wisemapping-frontend/packages/mindplot/__tests__/mindplot.test.js

8 lines
104 B
JavaScript
Raw Normal View History

2021-07-16 16:41:58 +02:00
'use strict';
const mindplot = require('..');
describe('mindplot', () => {
it('needs tests');
});