Skip to content

Commit bf52635

Browse files
committed
Corrected linter warnings
1 parent 5531203 commit bf52635

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/support/serenity.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { AfterAll, BeforeAll, setDefaultTimeout } from '@cucumber/cucumber';
22
import { configure, Duration } from '@serenity-js/core';
3+
import path from 'path';
34
import * as playwright from 'playwright';
45

56
import { Actors } from '../../test';
6-
import * as path from "path";
77

88
const timeouts = {
99
cucumber: {

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"module": "commonjs",
66
"moduleResolution": "node",
77
"emitDecoratorMetadata": true,
8+
"esModuleInterop": true,
89
"experimentalDecorators": true,
910
"sourceMap": true,
1011
"declaration": true,

0 commit comments

Comments
 (0)