mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
feat(tests): Added tests to gatsby-ipfs-web-wallet
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
Unit tests for the retry-queue library.
|
||||
*/
|
||||
|
||||
const sinon = require('sinon')
|
||||
const assert = require('chai').assert
|
||||
// const BCHJS = require('@psf/bch-js')
|
||||
import chai from 'chai'
|
||||
import sinon from 'sinon'
|
||||
|
||||
const RetryQueue = require('../../src/lib/retry-queue')
|
||||
// const BCHJS = require('@psf/bch-js')
|
||||
import RetryQueue from '../../src/lib/retry-queue.mjs'
|
||||
|
||||
const assert = chai.assert
|
||||
|
||||
// const bchjs = new BCHJS()
|
||||
let uut
|
||||
Reference in New Issue
Block a user