ci: remove left over fdescribe
This commit is contained in:
parent
b565301186
commit
563334e2c9
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue