File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
### Example:
5
5
6
- - compile ad run only tests on objectwrap.cc and objectwrap.js
6
+ - compile and run only tests on objectwrap.cc and objectwrap.js
7
7
```
8
- npm run unit --filter=objectwrap
8
+ npm run test --filter=objectwrap
9
9
```
10
10
11
11
15
15
16
16
- compile and run all tests files ending with reference -> function_reference.cc object_reference.cc reference.cc
17
17
```
18
- npm run unit --filter=*reference
18
+ npm run test --filter=*reference
19
19
```
20
20
21
21
# Multiple filter conditions are also allowed
24
24
25
25
- compile and run all tests under folders threadsafe_function and typed_threadsafe_function and also the objectwrap.cc file
26
26
```
27
- npm run unit --filter='*function objectwrap'
27
+ npm run test --filter='*function objectwrap'
28
28
```
You can’t perform that action at this time.
0 commit comments