We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9913304 commit 7776186Copy full SHA for 7776186
package.json
@@ -33,7 +33,7 @@
33
"scripts": {
34
"lint": "standard",
35
"test:readme": "defence -i javascript README.md | replace-require-self | node",
36
- "test:suite": "node test/index.js",
+ "test:suite": "node test.js",
37
"test": "npm run test:suite && npm run test:readme"
38
}
39
test/index.js renamed to test.js
@@ -1,7 +1,7 @@
1
'use strict'
2
3
var assert = require('assert')
4
-var p = require('..')
+var p = require('./')
5
6
// The spec is unclear about tabs and newlines
7
it('forbids tabs and newlines', function () {
0 commit comments