Set up end-to-end tests (#85)
This commit is contained in:
parent
3c369b435e
commit
d0965d17e4
22 changed files with 1470 additions and 108 deletions
|
@ -17,7 +17,7 @@ export function createBundles(watch: boolean) {
|
|||
loader: {'.png': 'file', '.svg': 'dataurl'},
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
define: definedGlobals,
|
||||
define: {...definedGlobals, __IS_VISUAL_REGRESSION_TESTING: 'false'},
|
||||
watch,
|
||||
external: [
|
||||
'@theatre/dataverse',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue