mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
feat: migrate to esm
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {expect} from 'chai';
|
||||
import {toPosixPath} from '../src/util/posix-path';
|
||||
import {toPosixPath} from '../src/util/posix-path.js';
|
||||
import path from 'path';
|
||||
|
||||
describe('posix-path', function () {
|
||||
|
||||
Reference in New Issue
Block a user