UNPKG
@oletizi/audio-tools
Version:
alpha (1.0.0-alpha.39)
latest (1.0.0-alpha.39)
1.0.0-alpha.39
Monorepo for hardware sampler utilities and format parsers
@oletizi/audio-tools
/
modules
/
sampler-lib
/
test
/
unit
/
basic.test.ts
8 lines
(6 loc)
•
173 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ describe, it, expect }
from
'vitest'
;
describe
(
`Basic test infrastructure.`
,
() =>
{
it
(
`Executes a unit test`
,
() =>
{
expect
(
1
).
toBe
(
1
); }); });