UNPKG

quantity-queries

Version:
12 lines (9 loc) 299 B
const glob = require('glob'); const path = require('path'); const sassTrue = require('sass-true'); describe('Sass', () => { const testFiles = glob.sync( path.resolve(process.cwd(), 'tests/**/*.spec.scss') ); testFiles.forEach((file) => sassTrue.runSass({ file }, { describe, it })); });