Skip to content

Commit ab1d15a

Browse files
committed
feat: initial e2e setup with first test implemented
1 parent 9f6e21c commit ab1d15a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { activityBarUtils } from '../../src/utils/ActivityBarUtils'
2-
import { sideBarViewUtils } from '../../src/utils/SideBarViewUtils'
1+
import { activityBarUtils } from '../src/utils/ActivityBarUtils.js'
2+
import { sideBarViewUtils } from '../src/utils/SideBarViewUtils.js'
33

44
/**
55
* Asset Explorer:

test/e2e/wdio.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const config: WebdriverIO.Config = {
2828
// of the config file unless it's absolute.
2929
//
3030
specs: [
31-
'./test/specs/**/*.ts'
31+
'./specs/**/*.spec.ts'
3232
],
3333
// Patterns to exclude.
3434
exclude: [

0 commit comments

Comments
 (0)