-
I think it would be very beneficial if uvu can store the last test result, as to allow for running only the failed/new tests.
```
uvu --only-failed
uvu --only-new
```
Perhaps there could be o…
-
Reproduction:
```sh
echo "import { test } from 'uvu'; test('one', () => {}); test.run()" > index.test.ts
npm install uvu tsm
npx tsm ./node_modules/.bin/uvu
```
Node.js 19.9.0 output:
```…
-
![image](https://github.com/Guribo/UdonVoiceUtils/assets/62222362/ece496de-39de-48ff-a073-4e45129cef92)
I have several error when importing the package !
**UVU Version** : 1.0.0
**UdonUtils Ve…
-
![image](https://user-images.githubusercontent.com/8558836/107511807-44ec1d80-6ba6-11eb-8456-00f894fa8c0e.png)
You can reproduce this easily but here is a reprod repo https://github.com/haikyuu/lin…
-
@justjavac 给出的。
- @ts-junit/core 核心
- @ts-junit/cli 命令行
- @ts-junit/compiler 编译器(待定)
- @ts-junit/decrator
- @ts-junit/uvu-strategy
- @ts-junit/schema(待定)
把目前 core 的代码移动到 @ts-junit/uvu
如果有新…
-
Hey Jay, thanks a ton for this repository. I've learned a lot of new things through this.
When I run `pnpm test:e2e`
```
❯ pnpm test:e2e …
-
```
# npm run test
> svelte-spectre@0.4.12 test
> uvu tests '.spec.ts' -r tsm -r tests/setup/register -i setup
Error: Cannot find module "tests/setup/register"
at /home/eb/svelte-spectre/…
-
Something I often do when using Mocha:
```js
describe('my-library', () => {
describe('method_one', () => {
it('returns a string', () => {
assert.equal(typeof my_library.method_one(),…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
```js
#!/usr/bin/env ts-node
import { test…
-
In order to use Vitest getByText with solid, I found it was necessary to wrap `` with a `` element. This isn't necessary in the jest or uvu examples.
https://github.com/solidjs/templates/pull/140/f…