Add counter example; fix configuration
This commit is contained in:
8
examples/accident-counter/vitest.config.js
Normal file
8
examples/accident-counter/vitest.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { mergeConfig } from 'vitest/config';
|
||||
import config from './vite.config';
|
||||
|
||||
export default mergeConfig(config, {
|
||||
test: {
|
||||
environment: 'happy-dom',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user