-
Create minimal example(s) (e.g. Tetris) to assess evaluation time and memory consumption for the different modes (`uuu`, `uvu`, `uvw`) of e3nn.o3.TensorProduct (main branch).
-
Improve testing setup to use suites for organization and such that one test failing doesn't block the rest of the tests in the file.
Maybe also add snapshot testing which means switching off uvu to a…
-
Hi, I want to try to migrate some of my projects to `uvu` - would be cool to have some kind a of a docs page describing the process of migrating from Jest (the most popular testing lib) to `uvu`.
e…
-
Output of assertion failure:
```
FAIL CLI "version"
Version command output is as expected. (equal)
Actual:
--nodekit,·1.0.0
Expected:
++nodekit,·1.0.0
at assert (f…
-
# What I did
I've got a bunch of tests that I want to run in a specific order, e.g. "create the user" -> "log in as user" -> "log out as user" (where each of those has a bunch of tests).
Each of…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
i want to download the entire website, not just 1 html file,,
wayback_machine_downloader https://uvu.neocities.org/ --all
downloads no images. ive tried a bunch of other command combos on the …
-
Hey, @lukeed!
I'm ready to develop reporters API for `uvu` (#227) to be able to use [Allure integrations](https://github.com/allure-framework/allure-js) with the test runner. Even outside of `allur…
-
We discussed this in https://github.com/inikulin/parse5/pull/362#pullrequestreview-852749377. Jest works alright as a test runner for now, but I'm happy to switch should we agree on an alternative.
-
I have seen many projects and starter templates:
- https://github.com/wopjs/template
- https://github.com/antfu/starter-ts
- https://github.com/codemirror/dev
People like creating standards and …