We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d395986 commit c0d9d71Copy full SHA for c0d9d71
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "testcafe",
3
- "version": "0.0.19",
+ "version": "0.0.20",
4
"main": "lib/index",
5
"bin": {
6
"testcafe": "./bin/testcafe"
src/embedding-utils.js
import ReporterPluginHost from './reporter/plugin-host';
import TestRunErrorFormattableAdapter from './errors/test-run/formattable-adapter';
-import testRunErrors from './errors/test-run';
+import * as testRunErrors from './errors/test-run';
export default {
TestRunErrorFormattableAdapter,
0 commit comments