Skip to content
Snippets Groups Projects
Unverified Commit 360e6337 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix typo

parent 07b228cf
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ describe('LoadingAndErrorWrapper', () => {
expect(wrapper.find(Child).length).toEqual(1)
})
it('should display a given scen during loading', () => {
it('should display a given scene during loading', () => {
const Scene = () => <div>Fun load animation</div>
const wrapper = shallow(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment