Skip to content

Commit d0be57e

Browse files
committed
Added instructions for type testing
1 parent e578cae commit d0be57e

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

package-lock.json

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@
1010
"type": "git",
1111
"url": "git://github.com/oracle-samples/mle-modules.git"
1212
},
13-
"bugs": "https://github.com/oracle-samples/mle-modules/issues"
13+
"bugs": "https://github.com/oracle-samples/mle-modules/issues",
14+
"devDependencies": {
15+
"typescript": "^5.8.3"
16+
},
17+
"scripts": {
18+
"test": "./node_modules/typescript/bin/tsc"
19+
}
1420
}

test/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
```bash
2+
npm ci
3+
npm run test
4+
```

0 commit comments

Comments
 (0)