server-esm: Change simple library import statements

This commit is contained in:
Elian Doran
2024-07-18 21:37:45 +03:00
parent 35d11cc0d2
commit 2750df04a3
61 changed files with 122 additions and 122 deletions

View File

@@ -1,6 +1,6 @@
import etapi from "../support/etapi.js";
import fs = require('fs');
import path = require('path');
import fs from "fs";
import path from "path";
etapi.describeEtapi("import", () => {
// temporarily skip this test since test-export.zip is missing

View File

@@ -1,4 +1,4 @@
import crypto = require('crypto');
import crypto from "crypto";
import etapi from "../support/etapi.js";
etapi.describeEtapi("notes", () => {