UNPKG
@yankeeinlondon/promptly
Version:
latest (0.1.0)
0.1.0
An automation tool for prompting your favorite LLMs
@yankeeinlondon/promptly
/
tests
/
help.test.ts
15 lines
(9 loc)
•
206 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{ }
from
"@type-challenges/utils"
;
import
{ describe, it }
from
"vitest"
;
describe
(
"Name"
,
() =>
{
it
(
"first test"
,
() =>
{
type
cases = [
/** type tests */
]; }); });