build(aio): remove naughty fdescribe from utils spec

This commit is contained in:
Peter Bacon Darwin 2017-03-27 08:38:47 +01:00 committed by Pete Bacon Darwin
parent 228238e602
commit 5e3ef775d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const { mapObject, parseAttributes } = require('./utils');
fdescribe('utils', () => {
describe('utils', () => {
describe('mapObject', () => {
it('creates a new object', () => {
const testObj = { a: 1 };