Skip to content

Commit

Permalink
fix: @faststore/api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfp13 committed Nov 18, 2024
1 parent 65b354c commit 879357d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/test/vtex.cookies.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
} from '../src/platforms/vtex/utils/cookies'
import type { ContextForCookies } from '../src/platforms/vtex/utils/cookies'
import type { Context } from '../src/platforms/vtex'
import { Headers } from 'node-fetch'

describe('getUpdatedCookie', () => {
it('Should return undefined if context has no headers', () => {
Expand Down

0 comments on commit 879357d

Please sign in to comment.