Skip to content
Snippets Groups Projects
Commit 2a720d58 authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Fix jest failing test

parent 208ca863
Branches
No related tags found
1 merge request!36Ajouter la page de dotations avec ses articles
const jestConfig = {
moduleFileExtensions: ["js", "jsx", "json"],
moduleFileExtensions: ["js", "jsx", "json", "ts", "tsx"],
setupFilesAfterEnv: ["<rootDir>/enzyme.config.js"],
snapshotSerializers: ["enzyme-to-json/serializer"],
testMatch: ["**/tests/**/*.(test|spec).{js,jsx}"],
testMatch: ["**/tests/**/*.(test|spec).{js,jsx,ts,tsx}"],
testPathIgnorePatterns: ["<rootDir>/build/", "<rootDir>/node_modules/"],
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment