Skip to content

Commit 5068a88

Browse files
committedApr 12, 2018
paperwork test
1 parent bec9b5e commit 5068a88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ describe('node-precinct', function() {
156156
assert.ok(precinct.paperwork(__dirname + '/es6.js').length);
157157
assert.ok(precinct.paperwork(__dirname + '/styles.scss').length);
158158
assert.ok(precinct.paperwork(__dirname + '/typescript.ts').length);
159+
assert.ok(precinct.paperwork(__dirname + '/styles.css').length);
159160
});
160161

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

0 commit comments

Comments
 (0)
Please sign in to comment.