mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 22:10:41 -07:00
chore: migrate test cases from Chai to Jest
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.spec.ts'],
|
||||
collectCoverageFrom: [
|
||||
'src/**/*.ts'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user