feature: server: columns: get rid of mock-require

This commit is contained in:
coderaiser 2024-03-20 12:13:17 +02:00
parent 46c8accd84
commit 98d3a4cc56
41 changed files with 233 additions and 215 deletions

View file

@ -1,7 +1,7 @@
'use strict';
const {join} = require('path');
const {readFileSync} = require('fs');
const {join} = require('node:path');
const {readFileSync} = require('node:fs');
const test = require('supertape');
const montag = require('montag');