Skip to content

Commit

Permalink
chore: remove references to deleted dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Apr 22, 2024
1 parent 06af780 commit e52f865
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ node_modules
coverage
data
dist
__recordings__
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
"noEmit": true,
// No DOM.
"lib": ["es2022"]
},
"exclude": ["old"]
}
}
3 changes: 1 addition & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { configDefaults, defineConfig } from "vitest/config";
import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
testTimeout: 10000,
coverage: { include: ["src/**"] },
exclude: [...configDefaults.exclude, "old"],
},
});

0 comments on commit e52f865

Please sign in to comment.