Skip to content

Commit 9b87554

Browse files
update the test cases
1 parent 19e6383 commit 9b87554

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

test.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
import fs from 'fs'
2-
import test from 'ava'
3-
import sass from 'node-sass'
1+
// import fs from 'fs'
2+
const fs = require('fs');
3+
// import test from 'ava'
4+
const test = require('ava');
5+
// import sass from 'node-sass'
6+
const sass = require('node-sass');
7+
48

59
test('tachyons-sass is able to be compiled by node-sass', t => {
610
t.plan(1)

0 commit comments

Comments
 (0)