Skip to content

Commit ba91c85

Browse files
committed
lint: fs was loaded but not used.
1 parent f56a5b8 commit ba91c85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/_helper.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
var fs = require('fs')
2-
var strava = require('../')
1+
const strava = require('../')
32

43
var testsHelper = {}
54

0 commit comments

Comments
 (0)