Skip to content
Snippets Groups Projects
Commit cc9da0d8 authored by Simon Törnqvist's avatar Simon Törnqvist
Browse files

SHOULD WORK???

parent 09b89e47
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ stages: ...@@ -4,7 +4,6 @@ stages:
pytest: pytest:
stage: test stage: test
allow_failure: true
script: script:
# Install python, pip, pytest and requirements # Install python, pip, pytest and requirements
- touch log.txt - touch log.txt
...@@ -25,7 +24,6 @@ pytest: ...@@ -25,7 +24,6 @@ pytest:
jest: jest:
stage: test stage: test
allow_failure: true
image: node:latest image: node:latest
script: script:
- npm install --save-dev jest jest-junit - npm install --save-dev jest jest-junit
...@@ -40,7 +38,6 @@ jest: ...@@ -40,7 +38,6 @@ jest:
eslint: eslint:
stage: test stage: test
allow_failure: true
image: node:latest image: node:latest
script: script:
- npm install --save-dev eslint - npm install --save-dev eslint
......
import $ from 'jquery'; // Does this work???
global.$ = global.jQuery = $; // Does this work???
const client = require('../client/client.js'); // Relative path const client = require('../client/client.js'); // Relative path
describe('client.test.js', () => { describe('client.test.js', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment