build(aio): remove naughty fdescribe from utils spec
This commit is contained in:
parent
228238e602
commit
5e3ef775d5
|
@ -1,6 +1,6 @@
|
||||||
const { mapObject, parseAttributes } = require('./utils');
|
const { mapObject, parseAttributes } = require('./utils');
|
||||||
|
|
||||||
fdescribe('utils', () => {
|
describe('utils', () => {
|
||||||
describe('mapObject', () => {
|
describe('mapObject', () => {
|
||||||
it('creates a new object', () => {
|
it('creates a new object', () => {
|
||||||
const testObj = { a: 1 };
|
const testObj = { a: 1 };
|
||||||
|
|
Loading…
Reference in New Issue