Skip to content

Commit

Permalink
correction TP8
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaBruce committed Aug 1, 2024
1 parent 7162333 commit f0e0903
Show file tree
Hide file tree
Showing 21 changed files with 18,082 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Exercices/correction/tp7/.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/tp7/.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/tp7/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 f0e0903

Please sign in to comment.