We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8c3ba commit 2ef0c4aCopy full SHA for 2ef0c4a
test/index.js
@@ -773,7 +773,7 @@ describe('expect()', () => {
773
exception = err;
774
}
775
776
- Hoek.assert(exception.message.match(/Expected .* GMT.* to be a regexp but got 'date'/), exception);
+ Hoek.assert(exception.message.match(/Expected .* to be a regexp but got 'date'/), exception);
777
done();
778
});
779
0 commit comments