Skip to content
Snippets Groups Projects
Commit f5d3096c authored by Victor Löfgren's avatar Victor Löfgren
Browse files

config: Allow client linting to fail

parent a162de25
No related branches found
No related tags found
No related merge requests found
Pipeline #34468 passed
......@@ -27,6 +27,7 @@ client:linting:
image: node:10
stage: test
needs: ["client:setup"]
allow_failure: true
only:
refs:
- dev
......
......@@ -4,6 +4,6 @@ import App from './App'
test('renders learn react link', () => {
render(<App />)
//const linkElement = screen.getByText(/learn react/i)
//expect(linkElement).toBeInTheDocument()
// const linkElement = screen.getByText(/learn react/i)
// expect(linkElement).toBeInTheDocument()
})
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