Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Apr 25, 2023
1 parent fe3c3d0 commit 3bdaed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function test() {
it('should make a GET request to /cryto which should support node builtins', async () => {
const res = await fetch('/crypto')
const text = await res.text()
expect(text).toEqual('{ "data": "crypto" }')
expect(text).toEqual('{"data":"secret"}')
expect(res.headers.get('method')).toEqual('GET')
}, 20000)

Expand Down

0 comments on commit 3bdaed0

Please sign in to comment.