This website requires JavaScript.
Explore
Help
Register
Sign In
MythEclipse
/
dc-recorder
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
2e30a063d2b2c27098a2642479be5a8f4612ce1c
dc-recorder
/
tests
/
smoke.test.ts
T
6 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: add code quality tooling
2026-05-13 15:28:25 +07:00
import
{
expect
,
it
}
from
"vitest"
;
it
(
"runs the test suite"
,
()
=>
{
expect
(
true
).
toBe
(
true
);
});
Reference in New Issue
Copy Permalink