UNPKG

@roots/container

Version:

Collections utility

10 lines (7 loc) 213 B
import {describe, expect, it} from 'vitest' import Container from './index.js' describe(`@roots/container`, () => { it(`should be constructable`, () => { expect(Container).toBeInstanceOf(Function) }) })