We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814b4fe commit da7cde9Copy full SHA for da7cde9
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: npm run lint
33
34
- name: Run tests
35
- run: npm run test
+ run: npm run test tests/jest
36
37
- name: Build app
38
env:
tests/LoadingSpinner.test.tsx tests/jest/LoadingSpinner.test.tsxtests/LoadingSpinner.test.tsx renamed to tests/jest/LoadingSpinner.test.tsx
@@ -1,5 +1,5 @@
1
import {render, screen} from '@testing-library/react';
2
-import LoadingSpinner from '../lib/client/LoadingSpinner';
+import LoadingSpinner from '../../lib/client/LoadingSpinner';
3
import '@testing-library/jest-dom';
4
5
describe('LoadingSpinner', () => {
0 commit comments