blowfish/node_modules/non-layered-tidy-tree-layout/test/module.test.js

5 lines
183 B
JavaScript
Raw Permalink Normal View History

2023-01-29 22:30:24 +00:00
test('nonLayeredTidyTreeLayout exists', () => {
const { layout, Tree } = require('../dist/non-layered-tidy-tree-layout')
expect(layout).toBeTruthy()
expect(Tree).toBeTruthy()
})