Skip to content

Commit 9d226a3

Browse files
committed
fix: make test work on windows
1 parent 9921b1f commit 9d226a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/load_support_spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('loadSupport', () => {
5252

5353
expect(support.originalCoordinates).to.deep.eq({
5454
requireModules: ['ts-node/register'],
55-
requirePaths: [`${environment.cwd}/features/steps.ts`],
55+
requirePaths: [path.join(environment.cwd, 'features', 'steps.ts')],
5656
importPaths: [],
5757
})
5858
})

0 commit comments

Comments
 (0)