Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Commit 8e9f7cf

Browse files
committed
fix(tests): add place holder test script for releases
1 parent 7f9626d commit 8e9f7cf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"jsnext:main": "src/index.js",
1111
"scripts": {
1212
"lint": "aegir-lint",
13+
"test": "aegir-test",
1314
"build": "aegir-build",
1415
"release": "aegir-release",
1516
"release-minor": "aegir-release --type minor",

test/transport.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
'use strict'
2+

0 commit comments

Comments
 (0)