mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-17 05:13:39 +00:00
switch tests to mjs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const { deepEqual, throws } = require('assert');
|
||||
const { describe, it } = require('node:test');
|
||||
const { Decoders } = require('../');
|
||||
import { Decoders } from '@jwetzell/posistagenet';
|
||||
import { deepEqual, throws } from 'assert';
|
||||
import { describe, it } from 'node:test';
|
||||
|
||||
const goodTests = [
|
||||
{
|
||||
@@ -1,6 +1,6 @@
|
||||
const { deepEqual, throws, equal } = require('assert');
|
||||
const { describe, it } = require('node:test');
|
||||
const { Encoders } = require('../');
|
||||
import { Encoders } from '@jwetzell/posistagenet';
|
||||
import { deepEqual, throws } from 'assert';
|
||||
import { describe, it } from 'node:test';
|
||||
|
||||
const goodTests = [
|
||||
{
|
||||
Reference in New Issue
Block a user