Skip to content

JaredDeanFP/bun-node-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-node-test

Bug with Bun. one.test.ts and two.test.ts are identical, save the word 'First' is replaced with 'Second' in two.test.ts. When the tests run, everything in the first test ran by bun is ran, everything after the before is skipped in the following test.

Console:

bun-node-test % bun test                        
bun test v1.2.18 (0d4089ea)

two.test.ts:
Before Two Test
Two Test
✓ Two Test > Two Test
After Two Test

one.test.ts:
Before First Test

 1 pass
 0 fail
Ran 1 test across 2 files. [95.00ms]

About

bun bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published