blowfish/node_modules/non-layered-tidy-tree-layout/test/module.test.js
2023-01-29 22:30:24 +00:00

5 lines
No EOL
183 B
JavaScript

test('nonLayeredTidyTreeLayout exists', () => {
const { layout, Tree } = require('../dist/non-layered-tidy-tree-layout')
expect(layout).toBeTruthy()
expect(Tree).toBeTruthy()
})