Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "flinch", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Multitask with cat-like reflexes", | ||
@@ -5,0 +5,0 @@ "author": "Bilal Quadri", |
@@ -175,2 +175,3 @@ var onCmd = require('../../lib/commands/on') | ||
it('keeps only the latest announcement when at is called last', function(done) { | ||
this.timeout(4000); | ||
processMock.expects('exit').withArgs(0).atLeast(1); | ||
@@ -192,2 +193,3 @@ processMock.expects('exit').withArgs(1).never(); | ||
it('keeps only the latest announcement when gg is called last', function(done) { | ||
this.timeout(4000); | ||
processMock.expects('exit').withArgs(1).atLeast(1); | ||
@@ -194,0 +196,0 @@ processMock.expects('exit').withArgs(0).never(); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38128
938
3