Skip to content

Commit 0b5a12a

Browse files
committed
update test output
1 parent 296d28b commit 0b5a12a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
.DS_Store
44
*.map
55
sassdoc
6+
test/output
67
test/index.css

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"needs": "*"
2626
},
2727
"scripts": {
28-
"sassTest": "sass --pkg-importer=node test/index.scss test/index.css",
28+
"sassTest": "sass --pkg-importer=node test:test/output",
2929
"test": "npm run lint && mocha",
3030
"pretest": "npm run build",
3131
"build": "concat -o dist/_include-media.scss ./banner.txt src/_config.scss src/helpers/*.scss src/plugins/*.scss src/_media.scss",

0 commit comments

Comments
 (0)