Skip to content

Commit

Permalink
test(definitions): renames bundler and schemas test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Jun 14, 2024
1 parent 71a4389 commit c34cecf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export default defineConfig({
test: {
globals: true,
include: [
'**/test/schemas.mjs',
'**/test/bundler.mjs',
'**/test/*.test.mjs',
'**/test/index.test.mjs',
'**/test/bindings/**/*.test.mjs',
'**/test/definitions/3.0.0/definitions.suite.mjs',
Expand Down

0 comments on commit c34cecf

Please sign in to comment.