chore: organize test files

This commit is contained in:
Igor Randjelovic
2020-12-01 19:25:29 +01:00
parent 65b214b845
commit 016ecd19a8
22 changed files with 339 additions and 140 deletions

View File

@@ -1,6 +1,7 @@
import Config from 'webpack-chain';
import svelte from '../../src/configuration/svelte';
import { init } from '../../src';
import { mockFile } from '../../scripts/jest.mockFiles';
mockFile('./svelte.config.js', '');
// jest.mock('__jest__/svelte.config.js', () => {