squiggle/packages/squiggle-lang/jest.config.js
Vyacheslav Matyukhin 8dac70082c
remove bisect_ppx
2022-10-12 16:21:07 +04:00

14 lines
307 B
JavaScript

/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testPathIgnorePatterns: [
".*Fixtures.bs.js",
"/node_modules/",
".*Helpers.bs.js",
".*Helpers.ts",
".*Reducer_Type.*",
".*_type_test.bs.js",
],
};