UNPKG
sugo-constants
Version:
latest (2.4.2)
2.4.2
2.4.1
2.3.3
2.3.2
2.3.1
2.2.1
2.1.1
2.0.2
Constant variables for SUGOS
github.com/realglobe-Inc/sugo-constants
realglobe-inc/sugo-constants
sugo-constants
/
ci
/
test.js
19 lines
(13 loc)
•
265 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env node
/** * Run tests. */
'use strict'
process.
chdir
(
`
${__dirname}
/..`
)
const
apeTasking =
require
(
'ape-tasking'
)
const
amocha =
require
(
'amocha'
) apeTasking.
runTasks
(
'test'
, [
() =>
amocha
(
'test/*_test.js'
, {
timeout
:
4000
}) ],
true
)