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

SHOULD WORK???

parent 09b89e47
Branches main
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ stages:
pytest:
stage: test
allow_failure: true
script:
# Install python, pip, pytest and requirements
- touch log.txt
......@@ -25,7 +24,6 @@ pytest:
jest:
stage: test
allow_failure: true
image: node:latest
script:
- npm install --save-dev jest jest-junit
......@@ -40,7 +38,6 @@ jest:
eslint:
stage: test
allow_failure: true
image: node:latest
script:
- 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
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