fix test?
This commit is contained in:
parent
3258222873
commit
67bb642ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ describe('Drafts store', () => {
|
||||||
describe('addOrSaveDraft', () => {
|
describe('addOrSaveDraft', () => {
|
||||||
it('create draft', async () => {
|
it('create draft', async () => {
|
||||||
const store = useDraftsStore()
|
const store = useDraftsStore()
|
||||||
vi.setSystemTime(new Date(1997, 2, 29))
|
vi.setSystemTime(new Date(859586400000))
|
||||||
|
|
||||||
const id = await store.addOrSaveDraft({ status: 'draft' })
|
const id = await store.addOrSaveDraft({ status: 'draft' })
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue