Skip to content

Commit 452c122

Browse files
committed
Fixes test import
1 parent 82a9d1e commit 452c122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/zeit-now-node-server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import axios from 'axios';
44
import fs from 'fs';
55
import path from 'path';
66
import listen from 'test-listen';
7-
import createServer from '../src';
7+
import { createServer } from '../src';
88

99
let server: Server;
1010
let url: string;

0 commit comments

Comments
 (0)