mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 06:51:45 -04:00
Fix
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
run: npm run lint
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
run: npm run test tests/jest
|
||||
|
||||
- name: Build app
|
||||
env:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {render, screen} from '@testing-library/react';
|
||||
import LoadingSpinner from '../lib/client/LoadingSpinner';
|
||||
import LoadingSpinner from '../../lib/client/LoadingSpinner';
|
||||
import '@testing-library/jest-dom';
|
||||
|
||||
describe('LoadingSpinner', () => {
|
||||
Reference in New Issue
Block a user