Adjust tests for node:test env (#721)

This commit is contained in:
Jaco
2023-02-25 12:09:05 +02:00
committed by GitHub
parent 9b3785b8f6
commit 9b7f4bf62f
24 changed files with 81 additions and 447 deletions
@@ -1,6 +1,9 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// eslint-disable-next-line spaced-comment
/// <reference types="@polkadot/dev/node/test/node" />
import { container } from './container';
describe('container', (): void => {