Skip to content

Commit 437811e

Browse files
committed
move test/basic.js to test.js
1 parent c52f409 commit 437811e

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
@@ -16,7 +16,7 @@
1616
"node": ">=18"
1717
},
1818
"scripts": {
19-
"test": "xo && tsd && node test/basic.js"
19+
"test": "xo && tsd && node test.js"
2020
},
2121
"license": "MIT",
2222
"files": [

test/basic.js renamed to test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import assert from 'node:assert';
2-
import string from '../index.js';
2+
import string from './index.js';
33

44
function normalizeAlpha(result) {
55
if (result.model === 'rgb' && result.value.length >= 4) {

0 commit comments

Comments
 (0)