Skip to content

Commit

Permalink
remove container tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcpickle committed Feb 27, 2023
1 parent edd68b1 commit 26c5dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {
"sassTest": "sass --load-path=node_modules test/index.scss test/index.css",
"test": "npm run lint && mocha",
"test": "npm run lint && npm run sassTest && mocha",
"pretest": "npm run build",
"build": "concat -o dist/_include-media.scss ./banner.txt src/_config.scss src/helpers/*.scss src/plugins/*.scss src/_media.scss src/_container.scss",
"postbuild": "node replace",
Expand Down
2 changes: 1 addition & 1 deletion test/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
@import 'functions/slice.scss';
@import 'parse-expression';
@import 'media';
@import 'container';
// @import 'container'; TODO - issue with sass-true?

0 comments on commit 26c5dec

Please sign in to comment.