Skip to content

Commit

Permalink
Fix GitHub CI pipeline and add all browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rogup committed Mar 12, 2024
1 parent 9b6124c commit 4fd3a33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ jobs:
- name: "📦 install dependencies"
run: npm ci

- name: "📦 build code"
run: npm run build --if-present

- name: "🔍 run tests"
run: npm test
12 changes: 11 additions & 1 deletion test/browser-test-all.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
// tests for running via karma in the browser
require('./test-model-config');

// FIXME TEST NOT WORKING: import './test-csvdataloader';
import './test-dataaggregator';
import './test-directory-construction';
import './test-model-config';
import './test-obj-transformer';
// FIXME TEST NOT WORKING: import './test-papaparse';
// FIXME TEST NOT WORKING: import './test-sparqldataloader';
import './test-view-map-popup';
import './test-vocab-services';

0 comments on commit 4fd3a33

Please sign in to comment.