Skip to content

Commit 8db698b

Browse files
committed
Removed file-system import
1 parent 6393deb commit 8db698b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/indexTest.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
const chai = require('chai')
2-
const expect = chai.expect;
3-
const fs = require('file-system')
4-
const jsdom = require('mocha-jsdom')
5-
const path = require('path')
6-
const babel = require('babel-core');
7-
8-
const js = fs.readFileSync(path.resolve(__dirname, '..', 'index.js'), 'utf-8')
9-
10-
11-
121
describe('index.js', function () {
132
describe('companyName', function () {
143
it('is set as Scuber', function () {

0 commit comments

Comments
 (0)