aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.js
blob: 94d16da23efd570fe4ba756490c7e3d9d702c746 (plain) (blame)
1
2
3
4
const path     = require("path");
const sassTrue = require("sass-true");

sassTrue.runSass({ file: path.join(__dirname, "test.scss") }, { describe, it });