We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d928a commit fe080c8Copy full SHA for fe080c8
src/exportDataAction/ExportDataActionSpec.js
@@ -1,7 +1,7 @@
1
define(['./ExportDataAction'], (ExportDataActionModule) => {
2
const ExportDataAction = ExportDataActionModule.default;
3
4
- fdescribe('The Export Data action', () => {
+ describe('The Export Data action', () => {
5
let mockOpenmct;
6
let mockCompositionCollection;
7
let mockComposition;
0 commit comments