UNPKG
@userfrosting/sprinkle-admin
Version:
beta (6.0.0-beta.8)
latest (6.0.0-rc.3)
next (6.0.0-rc.4)
rc (6.0.0-rc.4)
6.0.0-rc.4
6.0.0-rc.3
6.0.0-rc.2
6.0.0-rc.1
6.0.0-beta.8
6.0.0-beta.7
6.0.0-beta.6
6.0.0-beta.5
6.0.0-beta.4
6.0.0-beta.3
6.0.0-beta.2
6.0.0-beta.1
6.0.0-alpha.6
6.0.0-alpha.5
6.0.0-alpha.4
6.0.0-alpha.3
6.0.0-alpha.2
6.0.0-alpha.1
5.1.6
5.1.4
5.1.3
5.1.1
5.1.0
5.0.0
5.0.0-rc.1
Admin Sprinkle for UserFrosting 6
github.com/userfrosting/sprinkle-admin
userfrosting/sprinkle-admin
@userfrosting/sprinkle-admin
/
app
/
assets
/
tests
/
router
/
routes.test.ts
10 lines
(7 loc)
•
250 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ describe, expect, test }
from
'vitest'
import
AdminRoutes
from
'../../routes'
describe
(
'routes.test.ts'
,
() =>
{
test
(
'AdminRoutes should contain all the individual routes'
,
() =>
{
expect
(
AdminRoutes
.
length
).
toBe
(
8
) }) })