Open Bug 1529548 Opened 5 years ago Updated 2 years ago

Unskip skipped mocha test

Categories

(DevTools :: Console, task, P2)

task

Tracking

(Not tracked)

People

(Reporter: nchevobbe, Unassigned)

References

Details

in Bug 1529545, some tests were skipped so we can fix the major part of mocha tests.
However, we shouldn't let the situation linger on for too long and unskip them.
Those tests were failing because we import debugger components (Frames), which uses ES6 module's import and Flow annotations.

One solution would be to have a babel plugins to:

  • support import/export syntax
  • strip flow annotations
Type: enhancement → task
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.