Skip to content

Commit 0fe3760

Browse files
committed
change forgotten fdescribe to describe
1 parent f54bdde commit 0fe3760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internal/util.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import * as util from '../../src/v1/internal/util';
2121

22-
fdescribe('util', () => {
22+
describe('util', () => {
2323

2424
it('should check empty objects', () => {
2525
expect(util.isEmptyObjectOrNull(null)).toBeTruthy();

0 commit comments

Comments
 (0)