Skip to content

Commit

Permalink
test(core): Add default search plugin e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-rollingridges-dev committed Nov 17, 2023
1 parent a0c86c2 commit 6096726
Show file tree
Hide file tree
Showing 4 changed files with 36,159 additions and 5,846 deletions.
2 changes: 1 addition & 1 deletion e2e-common/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
include: '**/*.e2e-spec.ts',
include: ['**/*.e2e-spec.ts'],
/**
* For local debugging of the e2e tests, we set a very long timeout value otherwise tests will
* automatically fail for going over the 5 second default timeout.
Expand Down
Loading

0 comments on commit 6096726

Please sign in to comment.