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 2506eda commit b010721Copy full SHA for b010721
spec/index.spec.js
@@ -363,7 +363,7 @@ describe('server', () => {
363
364
it('should throw when getting invalid mount', done => {
365
reconfigureServer({ publicServerURL: 'blabla:/some' }).catch(error => {
366
- expect(error).toEqual('publicServerURL should be a valid HTTPS URL starting with https://');
+ expect(error).toEqual('The option publicServerURL must be a valid URL starting with http:// or https://.');
367
done();
368
});
369
0 commit comments