Skip to content

Commit 40c6afc

Browse files
committed
add 'use strict' to test
1 parent e66862e commit 40c6afc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parser.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict";
2+
13
var FS = require('fs');
24

35
var Parser = require('../index.js');

0 commit comments

Comments
 (0)