Skip to content

Commit

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

Please sign in to comment.