Skip to content

Commit 3e82077

Browse files
committed
refactor: rename
1 parent aea4dc3 commit 3e82077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ await new Promise<void>((resolve, reject) => {
5454

5555
import {createWriteStream} from 'fs'
5656

57-
test('app', async (test) => {
57+
test('createApp', async () => {
5858
// URLs
5959
const POSTS = '/posts'
6060
const POST_1 = '/posts/1'

0 commit comments

Comments
 (0)