kopia lustrzana https://github.com/wagtail/wagtail
11 wiersze
200 B
JavaScript
11 wiersze
200 B
JavaScript
|
/*eslint-disable */
|
||
|
import { expect } from 'chai';
|
||
|
import Explorer from '../../src/components/explorer';
|
||
|
|
||
|
|
||
|
describe('Explorer', () => {
|
||
|
it('exists', () => {
|
||
|
expect(Explorer).to.exist;
|
||
|
});
|
||
|
});
|