Skip to content

Commit

Permalink
correction tp4
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaBruce committed Jul 31, 2024
1 parent a1e65e9 commit b80a1e3
Show file tree
Hide file tree
Showing 12 changed files with 9,064 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Exercices/correction/tp4/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"root": true
}
2 changes: 2 additions & 0 deletions Exercices/correction/tp4/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
8 changes: 8 additions & 0 deletions Exercices/correction/tp4/jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default {
coverageProvider: "v8",
rootDir: "./src",
testEnvironment: "node",
transform: {
"^.+\\.tsx?$": "ts-jest",
},
};
Loading

0 comments on commit b80a1e3

Please sign in to comment.