UNPKG
ask-cli
Version:
latest (2.30.7)
2.30.7
2.30.6
2.30.5
2.30.4
2.30.3
2.30.2
2.30.1
2.30.0
2.29.2
2.29.1
2.29.0
2.28.0
2.27.0
2.26.0
2.25.0
2.24.1
2.24.0
2.23.0
2.22.4
2.22.3
2.22.2
2.22.1
2.22.0
2.21.0
2.20.0
2.19.3
2.19.2
2.19.1
2.19.0
2.18.2
2.18.1
2.18.0
2.17.0
2.16.4
2.16.3
2.16.2
2.16.1
2.16.0
2.15.0
2.14.0
2.13.0
2.12.1
2.12.0
2.11.2
2.11.1
2.11.0
2.10.2
2.10.1
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.7.23
1.7.22
1.7.21
1.7.20
1.7.19
1.7.18
1.7.17
1.7.16
1.7.15
1.7.14
1.7.13
1.7.12
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.6.6
1.6.5
1.6.4
1.6.2
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.7.0
Alexa Skills Kit (ASK) Command Line Interfaces
github.com/alexa/ask-cli
alexa/ask-cli
ask-cli
/
test
/
integration
/
run-test.js
9 lines
(7 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
require
(
'module-alias/register'
); [
'@test/integration/commands/smapi-commands-test.js'
].forEach((testFile) => {
//
eslint-disable-
next
-line global-
require
require
(testFile); });