aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.js
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-06-22 08:14:44 +0200
committerVolpeon <git@volpeon.ink>2024-06-22 08:14:44 +0200
commit828a12ffac60b2fb7e6b0931f610b7ca9f53ffc2 (patch)
tree3572fbd90d4e6c98f986b90f18681b13f49b598b /test/test.js
parentUpdate (diff)
downloadiro-sass-828a12ffac60b2fb7e6b0931f610b7ca9f53ffc2.tar.gz
iro-sass-828a12ffac60b2fb7e6b0931f610b7ca9f53ffc2.tar.bz2
iro-sass-828a12ffac60b2fb7e6b0931f610b7ca9f53ffc2.zip
Props: Support recursive var() if referring to subtree
Diffstat (limited to 'test/test.js')
-rw-r--r--test/test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.js b/test/test.js
index 94d16da..cce331c 100644
--- a/test/test.js
+++ b/test/test.js
@@ -1,4 +1,4 @@
1const path = require("path"); 1const path = require("path");
2const sassTrue = require("sass-true"); 2const sassTrue = require("sass-true");
3 3
4sassTrue.runSass({ file: path.join(__dirname, "test.scss") }, { describe, it }); 4sassTrue.runSass({ describe, it }, path.join(__dirname, "test.scss"));