test(workspace): upgrade to vitest v3#1009
Conversation
|
Bun TranspilerWhy the Bun Transpiler test fails due to the following issue: For example, if you have this code: const transpiler = new Bun.Transpiler({
loader: 'tsx'
})
const code = `const hello = <h1>hello world</h1>`
const result = transpiler.transformSync(code)
console.log(result)The result is: This is Bun's side matter, and I think it will be fixed. So, we can wait for it. Or we can fix Bun's version, which is currently in our CI. @BarryThePenguin What do you think of it? |
|
Weird! All fests fail! The |
|
This happens because GitHub Action uses the latest base branch merged into this branch. (from checkout step)
|
|
You are super! It was fixed. Thank you so much! |
|
Let's fix Bun's version to |
|
Thanks! Let's go! |
Fixes #1007