Skip to content

Commit

Permalink
ci: 2
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 2, 2024
1 parent 004a4a3 commit 3288d42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/win32-api/test/0.dummy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe(fileShortPath(import.meta.url), () => {
describe('should work', () => {
it('always passed', () => {
assert(true)
assert(false)
})
})

Expand Down
1 change: 0 additions & 1 deletion packages/win32-def/test/10.index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe(fileShortPath(import.meta.url), () => {
it('Def', () => {
assert(Def)
assert(Object.keys(Def).length > 0)
assert(false, 'debug')
})
})

Expand Down

0 comments on commit 3288d42

Please sign in to comment.