We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6c0d3 commit db59ad1Copy full SHA for db59ad1
2 files changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Tests
47
env:
48
CI: true
49
- run: npm test -- --watchAll=false --passWithNoTests
+ run: npm test -- --watchAll=false
50
51
- name: Build (CRA)
52
src/__tests__/smoke.test.jsx
@@ -0,0 +1,7 @@
1
+/*
2
+ * Copyright (C) 2025 Dimitrios S. Sfyris
3
+ * SPDX-License-Identifier: GPL-3.0-or-later
4
+ */
5
+test('smoke', () => {
6
+ expect(true).toBe(true);
7
+});
0 commit comments