test: update path shim test to not use broken import
This commit is contained in:
parent
fe9ed6a648
commit
4e45701b51
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
const expect = require('chai').expect;
|
const expect = require('chai').expect;
|
||||||
const path = require('../../../shims/path').default;
|
const path = require('../../../shims/path');
|
||||||
const pathActual = require('../../../src/index').path;
|
const pathActual = require('../../../src/index').path;
|
||||||
|
|
||||||
describe('path shim', () => {
|
describe('path shim', () => {
|
||||||
|
|
Loading…
Reference in New Issue