Skip to content

Commit c0d9d71

Browse files
inikulinkirovboris
authored andcommitted
Fix incorrect import in embedding utils. Bump version. (#624)
1 parent d395986 commit c0d9d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testcafe",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"main": "lib/index",
55
"bin": {
66
"testcafe": "./bin/testcafe"

src/embedding-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ReporterPluginHost from './reporter/plugin-host';
22
import TestRunErrorFormattableAdapter from './errors/test-run/formattable-adapter';
3-
import testRunErrors from './errors/test-run';
3+
import * as testRunErrors from './errors/test-run';
44

55
export default {
66
TestRunErrorFormattableAdapter,

0 commit comments

Comments
 (0)