issue-95 Style ide page
added a toolbar and tweaked golden-layout stuff to make it fit on the page well
This commit is contained in:
11
web/src/components/IdeToolbar/IdeToolbar.test.js
Normal file
11
web/src/components/IdeToolbar/IdeToolbar.test.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { render } from '@redwoodjs/testing'
|
||||
|
||||
import IdeToolbar from './IdeToolbar'
|
||||
|
||||
describe('IdeToolbar', () => {
|
||||
it('renders successfully', () => {
|
||||
expect(() => {
|
||||
render(<IdeToolbar />)
|
||||
}).not.toThrow()
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user