UNPKG
particles-vpc
Version:
latest (0.7.0)
rc (0.5.0-rc9)
0.7.0
0.6.0
0.5.1
0.5.0
0.5.0-rc9
0.5.0-rc8
0.5.0-rc7
0.5.0-rc6
0.5.0-rc3
0.4.2
0.4.0
0.3.1
0.3.0
0.0.1
Condensation particles for AWS VPC
github.com/sungardas/particles-vpc
sungardas/particles-vpc
particles-vpc
/
test
/
build.test.js
10 lines
(7 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
exec =
require
(
'child_process'
).
exec
;
describe
(
"build"
,
function
(
) {
this
.
timeout
(
30000
);
it
(
"should build the project"
,
function
(
done
) {
exec
(
"./node_modules/.bin/gulp condensation:build"
,{},done); }); });