mirror of
https://github.com/jwetzell/acn-js.git
synced 2026-09-11 00:09:26 +00:00
add esm and cjs builds
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const { deepEqual, throws } = require('assert');
|
||||
const { describe, it } = require('node:test');
|
||||
const acn = require('../dist/index');
|
||||
const acn = require('../dist/cjs/index');
|
||||
|
||||
const goodTests = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user