Skip to content

Commit 1edaadd

Browse files
committed
Add missing variables
1 parent 8db698b commit 1edaadd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/indexTest.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
const fs = require('fs')
2+
const path = require('path')
3+
4+
const js = fs.readFileSync(path.resolve(__dirname, '..', 'index.js'), 'utf-8')
5+
16
describe('index.js', function () {
27
describe('companyName', function () {
38
it('is set as Scuber', function () {

0 commit comments

Comments
 (0)