We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057e68e commit 12060d9Copy full SHA for 12060d9
.github/workflows/build.yml
@@ -14,3 +14,4 @@ jobs:
14
node-version: '16.6.1'
15
- run: npm install
16
- run: npm run build
17
+ - run: npm run test
jest.config.ts
@@ -8,7 +8,7 @@ export default (): Config.InitialOptions => {
8
setupFilesAfterEnv: ['./jest.setup.ts'],
9
verbose: true,
10
testMatch: [
11
- // '**/test/crypto/*.test.ts',
+ '**/test/crypto/*.test.ts',
12
'**/test/misc/*.test.ts',
13
'**/test/transformers/*.test.ts',
],
0 commit comments