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 32f5cba commit 38e9b99Copy full SHA for 38e9b99
integration/shared/validator.js
@@ -24,10 +24,9 @@ function validateNamespace(definition, candidate) {
24
if (!validatedVersion) {
25
describe('Firebase SDK Version', function() {
26
it('Should be properly defined', function() {
27
- // __expect(candidate.SDK_VERSION).to.equal(
28
- // require('../../packages/firebase/package.json').version
29
- // );
30
- __expect(true).to.equal(true);
+ __expect(candidate.SDK_VERSION).to.equal(
+ require('../../packages/firebase/package.json').version
+ );
31
});
32
33
validatedVersion = true;
0 commit comments