File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import path from 'path'
2
2
import { execSync } from 'child_process'
3
3
import { extensionFixtures , getShadowRootElement } from '../extension-fixtures'
4
4
5
- const exampleDir = 'examples/content- react'
5
+ const exampleDir = 'examples-v2/ react'
6
6
const pathToExtension = path . join ( __dirname , `dist/chrome` )
7
7
const test = extensionFixtures ( pathToExtension , true )
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import path from 'path'
2
2
import { execSync } from 'child_process'
3
3
import { extensionFixtures , getShadowRootElement } from '../extension-fixtures'
4
4
5
- const exampleDir = 'examples/content- svelte'
5
+ const exampleDir = 'examples-v2/ svelte'
6
6
const pathToExtension = path . join ( __dirname , `dist/chrome` )
7
7
const test = extensionFixtures ( pathToExtension , true )
8
8
You can’t perform that action at this time.
0 commit comments