Skip to content

Commit

Permalink
One more test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Jun 20, 2016
1 parent cbf6c42 commit 2e69f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/file-stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ describe('File stats', () => {
assert.equal(stats('/foo.txt', {baseDir}).hash, '2117232040');
assert.equal(stats('/bar.txt', {baseDir, staticFileDirs}).hash, '77771753');
assert.throws(() => stats('/bar.txt', {baseDir}).hash, /Unable to locate file/);
assert.throws(() => stats('/baz.txt', {baseDir, staticFileDirs}).hash, /Unable to locate file/);
});
});

0 comments on commit 2e69f64

Please sign in to comment.