repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af29b59
)
test(simulator): use named import
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 14 Feb 2023 23:39:54 +0000
(
00:39
+0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 14 Feb 2023 23:39:54 +0000
(
00:39
+0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
test/utils/UtilsTest.ts
patch
|
blob
|
blame
|
history
diff --git
a/test/utils/UtilsTest.ts
b/test/utils/UtilsTest.ts
index dcdf78962e585080084c495471dd3582376f797b..15099685b3f5ba3025fee6c7e1f050f9bc705057 100644
(file)
--- a/
test/utils/UtilsTest.ts
+++ b/
test/utils/UtilsTest.ts
@@
-1,4
+1,4
@@
-import
expect
from 'expect';
+import
{ expect }
from 'expect';
import { Constants } from '../../src/utils/Constants';
import { Utils } from '../../src/utils/Utils';