We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec9b5e commit 5068a88Copy full SHA for 5068a88
test/index.js
@@ -156,6 +156,7 @@ describe('node-precinct', function() {
156
assert.ok(precinct.paperwork(__dirname + '/es6.js').length);
157
assert.ok(precinct.paperwork(__dirname + '/styles.scss').length);
158
assert.ok(precinct.paperwork(__dirname + '/typescript.ts').length);
159
+ assert.ok(precinct.paperwork(__dirname + '/styles.css').length);
160
});
161
162
it('throws if the file cannot be found', function() {
0 commit comments