@connectedcars/device-modules
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@connectedcars/device-modules", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/dist/src/index.js", |
@@ -26,1 +26,13 @@ // Not used right now, might be used later | ||
// }, 20000) | ||
// it('runWaitFor, timeout, no-sigterm', async () => { | ||
// await expect(cmd.runWaitFor(`./test/cmd/no-sigterm.sh sleep 15`, new RegExp('doesntexist'), 10)).rejects.toThrow( | ||
// new RegExp(`Output:\n`) | ||
// ) | ||
// }) | ||
// it('runWaitFor, timeout, no-sigterm, sudo', async () => { | ||
// await expect( | ||
// cmd.runWaitFor(`./test/cmd/no-sigterm.sh sleep 15`, new RegExp('doesntexist'), 10, true) | ||
// ).rejects.toThrow(new RegExp(`Output:\n`)) | ||
// }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59624