Skip to content

Commit

Permalink
test(api): all
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 2, 2024
1 parent 22c8002 commit bff7b23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe(fileShortPath(import.meta.url), () => {
describe('GetModuleHandleExW()', () => {
const name = DllNames.kernel32 + '.dll'

it.only('string', () => {
it('string', () => {
const lib = Lib.load()
assert(lib)

Expand Down

0 comments on commit bff7b23

Please sign in to comment.