mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 03:58:11 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import { BrowserRouter as Router } from 'react-router-dom';
|
||||
|
||||
import Routes from '../../src/routes';
|
||||
|
||||
describe('Routes', () => {
|
||||
it('contains spec with an expectation', () => {
|
||||
expect(shallow(<Routes />).find(Router)).to.have.length(1);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user