Skip to content

Commit

Permalink
docs(changeset): fix(schedule): watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 14, 2024
1 parent b544d6e commit e2cf0d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-candles-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nailyjs/schedule": patch
---

fix(schedule): watermark
1 change: 1 addition & 0 deletions packages/schedule/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ describe('schedule test', () => {
await this.getPluginRunner().runBeforeRun()
}
}

await new Bootstrap().use(SchedulePlugin()).run()
})
})

0 comments on commit e2cf0d0

Please sign in to comment.