UNPKG
redhot
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
TypeScript Monorepo Management
github.com/TylorS/redhot
TylorS/redhot
redhot
/
lib
/
subcommand
/
create
/
template
/
test
/
index.ts
9 lines
(7 loc)
•
205 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
assert
from
'assert'
import
{
Awesome
}
from
'../src/index'
describe
(
'{{ packageName }}'
,
function
(
) {
it
(
'should be awesome'
,
function
(
) {
assert
(
new
Awesome
(
true
).
isAwesome
) }) })