ci: remove left over fdescribe

This commit is contained in:
Miško Hevery 2017-02-10 18:48:04 -06:00
parent b565301186
commit 563334e2c9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class ExampleModule {
export function main() {
if (getDOM().supportsDOMEvents()) return; // NODE only
fdescribe('platform-server integration', () => {
describe('platform-server integration', () => {
beforeEach(() => destroyPlatform());
afterEach(() => destroyPlatform());