wisemapping-frontend/packages/mindplot/__tests__/mindplot.test.js
2021-09-29 17:24:07 -03:00

8 lines
104 B
JavaScript

'use strict';
const mindplot = require('..');
describe('mindplot', () => {
it('needs tests');
});