Skip to content

Commit 9c6e4d2

Browse files
committed
move test -> tests
Just a nit, but our syntax repo calls it tests. Easier copy paste of test scripts
1 parent 1f4a913 commit 9c6e4d2

16 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)