report success at the right time #272
Annotations
3 errors
test/core/Assetpack.test.ts > Core > should watch for changes:
packages/assetpack/test/core/Assetpack.test.ts#L128
AssertionError: expected { hello: 'world', Im: 'not broken' } to strictly equal { nice: 'test' }
- Expected
+ Received
Object {
- "nice": "test",
+ "Im": "not broken",
+ "hello": "world",
}
❯ test/core/Assetpack.test.ts:128:63
|
test/core/Assetpack.test.ts > Core > should delete previously hashed versions of an asset:
packages/assetpack/test/core/Assetpack.test.ts#L173
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ test/core/Assetpack.test.ts:173:70
|
CI (Unit tests, test)
Process completed with exit code 1.
|