2.4.9 • Published 11 months ago
@marinade.finance/jest-utils v2.4.9
jest-utils
Jest testing utilities.
For global equality tester it can be added to check BN
and @solana/web3.js
PublicKey
and when using jest-shell-matchers
then adding TypeScript typing for it.
Configuration of the equality tester for global usage
Add to jest.config.js
something like this
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 90000,
detectOpenHandles: true,
modulePathIgnorePatterns: ['<rootDir>/build/'],
testPathIgnorePatterns: ['__tests__/.*.skip.ts', '__tests__/setup/*'],
globalSetup:
'<rootDir>/packages/marinade-ts-cli/__tests__/setup/globalSetup.ts',
setupFilesAfterEnv: ['<rootDir>/packages/jest-utils/src/equalityTesters.ts'],
}
2.4.9
11 months ago
2.4.5
1 year ago
2.4.4
1 year ago
2.4.7
1 year ago
2.4.6
1 year ago
2.4.8
12 months ago
2.4.3
1 year ago
2.4.2
1 year ago
2.4.1
1 year ago
2.4.0
1 year ago
2.3.0
1 year ago
2.3.2
1 year ago
2.3.1
1 year ago
2.2.3
1 year ago
2.2.2
1 year ago
2.2.1
1 year ago
2.2.0
1 year ago
2.1.4
1 year ago
2.1.3
1 year ago
2.1.2
1 year ago
2.1.1
2 years ago
2.1.0
2 years ago
2.0.22
2 years ago
2.0.21
2 years ago
2.0.19
2 years ago
2.0.20
2 years ago
2.0.18
2 years ago
2.0.17
2 years ago
2.0.16
2 years ago
2.0.15
2 years ago
2.0.14
2 years ago
2.0.13
2 years ago
2.0.12
2 years ago
2.0.10
2 years ago
2.0.9
2 years ago
2.0.8
2 years ago
2.0.7
2 years ago
2.0.6
2 years ago
2.0.5
2 years ago
2.0.4
2 years ago
2.0.3
2 years ago
2.0.2
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago