fix(imports): use node: built-in imports and remove dead smartpromise/smartdelay exports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
||||
import * as crypto from 'crypto';
|
||||
import * as crypto from 'node:crypto';
|
||||
import { RadiusAuthenticator } from '../../ts_server/index.js';
|
||||
|
||||
tap.test('should encrypt and decrypt short password (< 16 chars)', async () => {
|
||||
|
||||
Reference in New Issue
Block a user