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