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 5891d66 commit b6f31d9Copy full SHA for b6f31d9
angularFire-seed/test/unit/configSpec.js
@@ -10,7 +10,7 @@ describe('service', function() {
10
}));
11
12
it('should have FBURL beginning with https', inject(function(FBURL) {
13
- expect(FBURL).toMatch(/^https:\/\/[a-zA-Z_-]+\.firebaseio\.com/i);
+ expect(FBURL).toMatch(/^https:\/\/[0-9a-zA-Z_-]+\.firebaseio\.com/i);
14
15
16
it('should have a valid SEMVER version', inject(function(version) {
0 commit comments