Skip to content

Commit f642f8a

Browse files
mightyalekseyAlexey Litvinov
authored andcommitted
todo
1 parent 0cb6adc commit f642f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tokens/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function describeTest(testCase) {
1212
return;
1313
}
1414

15+
// @todo add a small shortcut to choose certain tests
1516
test(basename(testCase), () => {
1617
const expected = JSON.parse(readfile(testCase, 'expected.json'));
1718
assert.deepEqual(require(resolve(testCase, 'source.css')), expected);

0 commit comments

Comments
 (0)