mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
server-esm: Change simple library import statements
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import crypto = require('crypto');
|
||||
import crypto from "crypto";
|
||||
import etapi from "../support/etapi.js";
|
||||
|
||||
etapi.describeEtapi("notes", () => {
|
||||
|
||||
Reference in New Issue
Block a user