@phero/dev
Advanced tools
Comparing version 0.10.5 to 0.10.7
@@ -72,8 +72,14 @@ "use strict"; | ||
}); | ||
test("cmd: 'phero-server export'", () => { | ||
expect(run("phero-server export")).toMatchSnapshot(); | ||
test("cmd: 'phero-server export --flavor nodejs'", () => { | ||
expect(run("phero-server export --flavor nodejs")).toMatchSnapshot(); | ||
}); | ||
test("cmd: 'phero-server export --verbose'", () => { | ||
expect(run("phero-server export --verbose")).toMatchSnapshot(); | ||
test("cmd: 'phero-server export --flavor gcloud-functions'", () => { | ||
expect(run("phero-server export --flavor gcloud-functions")).toMatchSnapshot(); | ||
}); | ||
test("cmd: 'phero-server export --flavor vercel'", () => { | ||
expect(run("phero-server export --flavor vercel")).toMatchSnapshot(); | ||
}); | ||
test("cmd: 'phero-server export --flavor nodejs --verbose'", () => { | ||
expect(run("phero-server export --flavor nodejs --verbose")).toMatchSnapshot(); | ||
}); | ||
}); | ||
@@ -80,0 +86,0 @@ }); |
{ | ||
"name": "@phero/dev", | ||
"version": "0.10.5", | ||
"version": "0.10.7", | ||
"main": "dist/index.js", | ||
@@ -40,3 +40,3 @@ "homepage": "https://phero.dev", | ||
}, | ||
"gitHead": "a05c7a855dc3a8eebbc11dff3a3b9161afdb93e7" | ||
"gitHead": "a0154f9aaa65db1f967b4a345f703c68d5a0bbc3" | ||
} |
@@ -95,9 +95,21 @@ import { | ||
test("cmd: 'phero-server export'", () => { | ||
expect(run("phero-server export")).toMatchSnapshot() | ||
test("cmd: 'phero-server export --flavor nodejs'", () => { | ||
expect(run("phero-server export --flavor nodejs")).toMatchSnapshot() | ||
}) | ||
test("cmd: 'phero-server export --verbose'", () => { | ||
expect(run("phero-server export --verbose")).toMatchSnapshot() | ||
test("cmd: 'phero-server export --flavor gcloud-functions'", () => { | ||
expect( | ||
run("phero-server export --flavor gcloud-functions"), | ||
).toMatchSnapshot() | ||
}) | ||
test("cmd: 'phero-server export --flavor vercel'", () => { | ||
expect(run("phero-server export --flavor vercel")).toMatchSnapshot() | ||
}) | ||
test("cmd: 'phero-server export --flavor nodejs --verbose'", () => { | ||
expect( | ||
run("phero-server export --flavor nodejs --verbose"), | ||
).toMatchSnapshot() | ||
}) | ||
}) | ||
@@ -104,0 +116,0 @@ }) |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
76598
1638
1