fix(tests): add place holder test script for releases

This commit is contained in:
David Dias 2016-09-05 17:38:41 -04:00
parent 7f9626d350
commit 8e9f7cf8c5
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"jsnext:main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
"test": "aegir-test",
"build": "aegir-build",
"release": "aegir-release",
"release-minor": "aegir-release --type minor",

2
test/transport.spec.js Normal file
View File

@ -0,0 +1,2 @@
'use strict'