|
|
@ -439,7 +439,7 @@ module.exports = { |
|
|
|
return (window as any)._paq |
|
|
|
return (window as any)._paq |
|
|
|
}, [], (res) => { |
|
|
|
}, [], (res) => { |
|
|
|
const expectedEvents = [ |
|
|
|
const expectedEvents = [ |
|
|
|
["trackEvent", "Preload", "start"], |
|
|
|
["trackEvent", "App", "Preload", "start"], |
|
|
|
["trackEvent", "Storage", "activate", "indexedDB"], |
|
|
|
["trackEvent", "Storage", "activate", "indexedDB"], |
|
|
|
["trackEvent", "App", "load"], |
|
|
|
["trackEvent", "App", "load"], |
|
|
|
]; |
|
|
|
]; |
|
|
|