UNPKG
particles-rds
Version:
beta (0.1.0-beta.1)
latest (0.1.1)
0.1.1
0.1.0
0.1.0-beta.1
0.1.0-beta.0
Condensation particles for AWS RDS
github.com/sungardas/particles-rds
sungardas/particles-rds
particles-rds
/
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
(
15000
);
it
(
"should build the project"
,
function
(
done
) {
exec
(
"./node_modules/.bin/gulp condensation:build"
,{},done); }); });