mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-01-10 12:15:12 +01:00
8 lines
112 B
JavaScript
8 lines
112 B
JavaScript
|
'use strict';
|
||
|
|
||
|
const webcomponent = require('..');
|
||
|
|
||
|
describe('webcomponent', () => {
|
||
|
it('needs tests');
|
||
|
});
|