Skip to content

Commit

Permalink
paperwork test
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Apr 12, 2018
1 parent bec9b5e commit 5068a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ describe('node-precinct', function() {
assert.ok(precinct.paperwork(__dirname + '/es6.js').length);
assert.ok(precinct.paperwork(__dirname + '/styles.scss').length);
assert.ok(precinct.paperwork(__dirname + '/typescript.ts').length);
assert.ok(precinct.paperwork(__dirname + '/styles.css').length);
});

it('throws if the file cannot be found', function() {
Expand Down

0 comments on commit 5068a88

Please sign in to comment.