Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
697f789b55 | |||
f452964779 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartshell",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pushrocks/smartshell",
|
||||
"private": false,
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "shell actions designed as promises",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
@ -44,6 +44,10 @@ tap.test('smartshell should run async', async () => {
|
||||
});
|
||||
});
|
||||
|
||||
tap.test('should be able to find git', async () => {
|
||||
testSmartshell.exec('git --version');
|
||||
})
|
||||
|
||||
tap.start({
|
||||
throwOnError: true
|
||||
});
|
||||
|
Reference in New Issue
Block a user