File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Use `npm run integration` in order to run the integration tests. If you have the
66
66
67
67
#### TypeScript Types tests
68
68
69
- Those tests are located in [ /types/tests] ( /types/tests ) and are responsible for ensure types generated for each class is behaving as expected.
69
+ Those tests are located in [ /types/tests.ts ] ( /types/tests.ts ) and are responsible for ensure types generated for each class is behaving as expected.
70
70
71
71
Types must be generated using ` npm run build:types ` and should not be manually changed. These types are ` .d.ts ` files located in [ /types] ( /types ) .
72
72
File renamed without changes.
Original file line number Diff line number Diff line change 106
106
"posttest:mongodb" : " mongodb-runner stop --all" ,
107
107
"lint" : " eslint --cache src/ integration/" ,
108
108
"lint:fix" : " eslint --fix --cache src/ integration/" ,
109
- "test:types" : " eslint --cache types/tests/ -c ./types/tests/ eslint.config.mjs" ,
109
+ "test:types" : " eslint --cache types/tests.ts -c eslint.config.test .mjs" ,
110
110
"watch" : " cross-env PARSE_BUILD=${PARSE_BUILD} gulp watch" ,
111
111
"watch:browser" : " cross-env PARSE_BUILD=browser npm run watch" ,
112
112
"watch:node" : " cross-env PARSE_BUILD=node npm run watch" ,
File renamed without changes.
Original file line number Diff line number Diff line change 20
20
}
21
21
},
22
22
"include" : [
23
- " tests/* .ts"
23
+ " tests.ts"
24
24
]
25
25
}
You can’t perform that action at this time.
0 commit comments