Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Sep 26, 2024
1 parent 0cd2739 commit c61084b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Build
run: yarn bootstrap

- name: Run browser tests and generate coverage
run: yarn cover

- name: Run node tests
run: yarn test node

- name: Run browser tests and generate coverage
run: yarn cover

- name: Run lint and prettier
run: yarn lint

Expand Down
2 changes: 1 addition & 1 deletion test/modules/extensions/data-filter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ test('DataFilterExtension#categories', t => {
t.end();
});

test.only('DataFilterExtension#countItems', t => {
test('DataFilterExtension#countItems', t => {
let cbCalled = 0;
let cbCount = -1;

Expand Down

0 comments on commit c61084b

Please sign in to comment.