Skip to content

Commit 522d49a

Browse files
made import 5.x friendly
1 parent df17488 commit 522d49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/transactions/transactions.spec.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
import { gte } from 'semver';
3+
const { gte } = require('semver');
44

55
const path = require('path');
66
const { expect } = require('chai');

0 commit comments

Comments
 (0)