Add JS tests/build to pipeline. Removed invalid test

This commit is contained in:
Deluan
2020-01-15 11:29:26 -05:00
parent bc33ace6d6
commit df151d88a4
2 changed files with 29 additions and 13 deletions
-9
View File
@@ -1,9 +0,0 @@
import React from 'react'
import { render } from '@testing-library/react'
import App from './App'
test('renders learn react link', () => {
const { getByText } = render(<App />)
const linkElement = getByText(/learn react/i)
expect(linkElement).toBeInTheDocument()
})