diff --git a/test/specs/transform.spec.js b/test/specs/transform.spec.js index 86d5b5344b..6f81f46944 100644 --- a/test/specs/transform.spec.js +++ b/test/specs/transform.spec.js @@ -64,7 +64,6 @@ describe('transform', function () { setTimeout(function () { expect(thrown).toBeTruthy(); expect(thrown.name).toContain('SyntaxError'); - expect(thrown.message).toContain('JSON'); done(); }, 100); });