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 aea4dc3 commit 3e82077Copy full SHA for 3e82077
src/app.test.ts
@@ -54,7 +54,7 @@ await new Promise<void>((resolve, reject) => {
54
55
import {createWriteStream} from 'fs'
56
57
-test('app', async (test) => {
+test('createApp', async () => {
58
// URLs
59
const POSTS = '/posts'
60
const POST_1 = '/posts/1'
0 commit comments