Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Dec 16, 2024
1 parent 2d75f75 commit 21715ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime-tests/workerd/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ describe('worked with getColorEnabled()', async () => {

it('Should return 200 response with the colorEnabled', async () => {
const res = await worker.fetch('/color')
await worker.stop()
expect(res.status).toBe(200)
expect(await res.json()).toEqual({
colorEnabled: false,
Expand Down

0 comments on commit 21715ce

Please sign in to comment.