We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54bdde commit 0fe3760Copy full SHA for 0fe3760
test/internal/util.test.js
@@ -19,7 +19,7 @@
19
20
import * as util from '../../src/v1/internal/util';
21
22
-fdescribe('util', () => {
+describe('util', () => {
23
24
it('should check empty objects', () => {
25
expect(util.isEmptyObjectOrNull(null)).toBeTruthy();
0 commit comments