We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb6adc commit f642f8aCopy full SHA for f642f8a
test/tokens/index.js
@@ -12,6 +12,7 @@ function describeTest(testCase) {
12
return;
13
}
14
15
+ // @todo add a small shortcut to choose certain tests
16
test(basename(testCase), () => {
17
const expected = JSON.parse(readfile(testCase, 'expected.json'));
18
assert.deepEqual(require(resolve(testCase, 'source.css')), expected);
0 commit comments