Skip to content

Commit

Permalink
chore(vitest): removed include
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Aug 24, 2024
1 parent 20b1131 commit 8fdf5da
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/core/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ import { defineConfig } from 'vite';

export default defineConfig({
test: {
include: [
// 'test/firebaseWrapper.test.js',

'test/basicInterpreter.test.js'
// 'test/mathParser.test.js'
// 'test/stringParameterParser.test.js'
],
testTimeout: 60_000,
hookTimeout: 140_000
}
Expand Down

0 comments on commit 8fdf5da

Please sign in to comment.