Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 49808ce

Browse files
committed
move test -> tests
Just a nit, but our syntax repo calls it tests. Easier copy paste of test scripts
1 parent 10731c5 commit 49808ce

16 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
npm-debug.log
55
*.install
66
examples/*/lib
7-
test/lib
7+
tests/lib
88
node_modules
99
*.cmi
1010
*.cmt

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rescript-editor-support",
33
"version": "1.0.0",
44
"scripts": {
5-
"test": "cd test && ./test.sh"
5+
"test": "cd tests && ./test.sh"
66
},
77
"keywords": [
88
"rescript",
File renamed without changes.

test/package-lock.json renamed to tests/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)