Skip to content

Commit

Permalink
fix(e2e): format
Browse files Browse the repository at this point in the history
  • Loading branch information
guzhongren committed May 8, 2024
1 parent de6617c commit ec4f6fc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"types": ["node", "vite-plugin-pwa/react", "jest"]
},
"include": ["src", "__tests__", "e2e", "*.ts"],
"exclude": [
"__tests__/__mocks__/svgTransformer.ts",
"package.json",
"pnpm-lock.yaml",
"jest.polyfills.ts"
],
"exclude": ["__tests__/__mocks__/svgTransformer.ts", "package.json", "pnpm-lock.yaml", "jest.polyfills.ts"],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.scripts.json" }]
}

0 comments on commit ec4f6fc

Please sign in to comment.