Skip to content

Commit 7776186

Browse files
committed
Rename test/index.js to test.js
1 parent 9913304 commit 7776186

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"lint": "standard",
3535
"test:readme": "defence -i javascript README.md | replace-require-self | node",
36-
"test:suite": "node test/index.js",
36+
"test:suite": "node test.js",
3737
"test": "npm run test:suite && npm run test:readme"
3838
}
3939
}

test/index.js renamed to test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
var assert = require('assert')
4-
var p = require('..')
4+
var p = require('./')
55

66
// The spec is unclear about tabs and newlines
77
it('forbids tabs and newlines', function () {

0 commit comments

Comments
 (0)