7
7
"test:size" : " ts-node -O '{\" module\" :\" CommonJS\" }' __TESTS_BUNDLE_SIZE__/bin/bin.ts" ,
8
8
"test:comp" : " node ./scripts/updateCompliationTests.js && jest __TESTS__/compilationsOutput.test.ts --coverage" ,
9
9
"test:comp:service" : " ts-node devTools/sanity/index.ts && jest __TESTS__/compilation.test.ts" ,
10
- "test:unit" : " jest __TESTS__/unit --reporters default" ,
11
- "test:unit:watch" : " jest __TESTS__/unit --watch --reporters default" ,
12
- "test:integration" : " jest __TESTS__/integration" ,
13
- "test:integration:watch" : " jest __TESTS__/integration --watch" ,
14
- "test:backcomp" : " jest __TESTS__/backwardsComaptibility" ,
15
- "test:backcomp:watch" : " jest __TESTS__/backwardsComaptibility --watch" ,
10
+ "test:unit" : " jest --reporters default" ,
11
+ "test:unit:watch" : " jest --watch --reporters default" ,
16
12
"build" : " bash ./scripts/build.sh" ,
17
13
"test:types" : " tsc --project tsconfig.test.json" ,
18
14
"build:ESM" : " tsc --project tsconfig.json" ,
19
15
"build:UMD" : " rollup -c" ,
20
16
"build:docs" : " node ./scripts/buildDocs.js" ,
21
17
"build:entryPoints" : " ts-node ./scripts/createEntrypoints.ts" ,
22
- "build:copyCleanPackageJSON" : " ts-node scripts/copyPackageJsonToSrc.ts" ,
23
18
"build:injectPackageVersion" : " ts-node ./scripts/injectPackageVersionToDistFiles.ts" ,
24
19
"build:updatePackageExports" : " ts-node scripts/updatePackageJsonExports.ts" ,
25
20
"lint" : " npm run lint:src && npm run lint:test" ,
115
110
"default" : " ./index.js"
116
111
}
117
112
}
118
- }
113
+ }
0 commit comments