We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107dde0 commit 90045e8Copy full SHA for 90045e8
src/Instance.test.ts
@@ -7,6 +7,7 @@ test('default', async () => {
7
return {
8
name: 'foo',
9
host: 'localhost',
10
+ port: 3000,
11
async start() {
12
started = true
13
},
0 commit comments