Fix bad testResultStore reference

This commit is contained in:
Sam Carlton 2022-06-16 11:07:58 -05:00
parent 6c7cbf5782
commit a02865ddf6

View file

@ -304,7 +304,7 @@ export default {
// Bring in code // Bring in code
const { default: AppFilesScanner } = await import('~/helpers/app-files-scanner.js') const { default: AppFilesScanner } = await import('~/helpers/app-files-scanner.js')
const testResultStore = this.config ? this.$config.testResultStore : this.$config.testResultStore const testResultStore = this.config ? this.config.testResultStore : global.$config.testResultStore
// Initialize instance // Initialize instance
this.scanner = new AppFilesScanner({ this.scanner = new AppFilesScanner({