Skip to content

Commit b4adf36

Browse files
authored
Merge pull request feathersjs-ecosystem#439 from feathers-plus/revert-438-types
Revert "[WIP] Typings: Set up CI testing"
2 parents fcf2970 + 882000c commit b4adf36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:types": "dtslint types/",
1919
"mocha": "mocha --opts mocha.opts",
2020
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
21-
"test": "npm run lint && npm run lint:types && npm run coverage"
21+
"test": "npm run lint && npm run coverage"
2222
},
2323
"semistandard": {
2424
"env": [

types/tests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ actOnDefault(hook1, hook2, hook3, hook4);
8888
// $ExpectType Hook
8989
actOnDispatch(hook1, hook2, hook3, hook4);
9090

91+
9192
// $ExpectType Hook
9293
alterItems(rec => {
9394
delete rec.password;

0 commit comments

Comments
 (0)