Stubbed sanity test
This commit is contained in:
parent
ebefd8b758
commit
ae92d07a5a
11
src/App.test.js
Normal file
11
src/App.test.js
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import App from './App.js'
|
||||||
|
|
||||||
|
describe('Top level exports', () => {
|
||||||
|
test('have not changed', () => {
|
||||||
|
const expectedExports = ['App'].sort()
|
||||||
|
|
||||||
|
const exports = true // Object.keys(OHIFViewer).sort()
|
||||||
|
|
||||||
|
expect(exports).toEqual(true)
|
||||||
|
})
|
||||||
|
})
|
||||||
Loading…
Reference in New Issue
Block a user