Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Sep 5, 2024
1 parent afe7a34 commit 43549b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/test/Server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ describe('Server', () => {
assert.equal(res.getHeader('Access-Control-Allow-Origin'), 'google.com')
})

it(`should return Access-Control-Allow-Origin if no origin header`, async () => {
it('should return Access-Control-Allow-Origin if no origin header', async () => {
server.options.allowedOrigins = ['google.com']
const req = httpMocks.createRequest({
method: 'OPTIONS',
Expand Down

0 comments on commit 43549b7

Please sign in to comment.