UNPKG
@silexlabs/silex-plugin-starter
Version:
latest (0.7.0)
prerelease (0.7.0-canary.2)
0.7.0
0.7.0-canary.2
0.7.0-canary.1
0.7.0-canary.0
0.6.6
0.6.5
0.6.5-canary.8
0.6.5-canary.7
0.6.5-canary.6
0.6.5-canary.5
0.6.5-canary.4
0.6.5-canary.3
0.6.5-canary.2
0.6.5-canary.1
0.6.5-canary.0
0.6.4
0.6.4-canary.0
0.6.3
0.6.2
0.6.2-canary.0
0.6.1
0.6.0
0.6.0-canary.2
0.6.0-canary.1
0.6.0-canary.0
0.5.1
0.5.1-7
0.5.1-6
0.5.1-5
0.5.1-4
0.5.1-3
0.5.1-2
0.5.1-1
0.5.1-0
0.5.0
0.4.0
0.3.1-9
0.3.1-8
0.3.1-7
0.3.1-6
0.3.1-5
0.3.1-4
0.3.1-3
0.3.1-2
0.3.1-1
0.3.1-0
0.3.0
0.2.1-1
0.2.1-0
0.2.0
0.0.1-6
0.0.1-5
0.0.1-4
0.0.1-3
0.0.1-2
Silex plugin
@silexlabs/silex-plugin-starter
/
src
/
client.test.ts
7 lines
(5 loc)
•
137 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
client
from
'./client'
;
import
{ test, expect }
from
'@jest/globals'
;
test
(
'client'
,
() =>
{
expect
(client).
toBeDefined
(); });