Skip to content

Commit d10bcaf

Browse files
committed
minor adjustments
1 parent a64f63c commit d10bcaf

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

__stubs__/__files/hello-world

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
this is a fixture, and it works!
1+
this is a fixture, and it works!

__tests__/wiremock-service.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ import nodeFetch from 'node-fetch';
44

55
let browser: WebdriverIO.BrowserObject;
66

7-
const expectedRes = {
8-
dummy: [
9-
{
10-
data: 'example'
11-
}
12-
]
13-
};
14-
157
beforeAll(async () => {
168
browser = await remote(config);
179
});

0 commit comments

Comments
 (0)