Try to follow the node suggestion about the chai import

This commit is contained in:
Lee Miller 2024-02-27 22:36:28 +02:00
parent 4d43a3f528
commit 8c5e47066e
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var expect = require("chai").expect;
var expect = import("chai").expect;
var allTests = (global.__env__ || process.env).ALL_TESTS === "1";
var bufferEqual = require("buffer-equal");