mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 02:09:53 -06:00
Fix comments
This commit is contained in:
parent
2a86a0e540
commit
f3f9eac67b
@ -17,7 +17,7 @@ expect.extend(matchers);
|
||||
afterEach(() => {
|
||||
// Clears all mocks after every test
|
||||
vi.clearAllMocks();
|
||||
// runs a cleanup after each test case (e.g. clearing jsdom)
|
||||
// Run a cleanup after each test case (e.g. clearing jsdom)
|
||||
cleanup();
|
||||
});
|
||||
|
||||
|
||||
@ -25,6 +25,7 @@ export default defineConfig({
|
||||
},
|
||||
base: !homepage ? undefined : homepage, // Not using just homepage because empty string should be discarded
|
||||
|
||||
// Vitest config
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user