diff --git a/squarenotsquare/__tests__/App-test.js b/squarenotsquare/__tests__/App-test.js index ba745e2..bd5d4b9 100644 --- a/squarenotsquare/__tests__/App-test.js +++ b/squarenotsquare/__tests__/App-test.js @@ -10,6 +10,7 @@ import Game from '../src/screens/Game'; import HighScore from '../src/screens/HighScore'; import Home from '../src/screens/Home'; import Splash from '../src/screens/Splash'; +import NineKey from '../src/components/NineKey'; jest.useFakeTimers() it('renders square stack', () => { @@ -45,4 +46,8 @@ it('renders home component', () => { it('renders splash component', () => { renderer.create(); -}); \ No newline at end of file +}); + +it('renders ninekey component', () => { + renderer.create() +}) \ No newline at end of file