Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Nov 14, 2024
1 parent 6b1d556 commit 5eaad0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion community-addon-template/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default defineConfig({
exclude: ['tests/setup/*'],
testTimeout: ONE_MINUTE * 3,
hookTimeout: ONE_MINUTE * 3,
maxConcurrency: 10,
globalSetup: ['tests/setup/global.ts']
}
});
2 changes: 1 addition & 1 deletion packages/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { defineAddon as defineAddon, defineAddonOptions } from './addon/config.ts';
export { defineAddon, defineAddonOptions } from './addon/config.ts';
export { log } from '@sveltejs/clack-prompts';
export { default as colors } from 'picocolors';
export { default as dedent } from 'dedent';
Expand Down

0 comments on commit 5eaad0c

Please sign in to comment.