Skip to content

Commit

Permalink
Move js-test folder (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
adumbidiot authored Oct 15, 2022
1 parent def24fb commit c3a2ed2
Show file tree
Hide file tree
Showing 6 changed files with 1,446 additions and 680 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: make build-wasm

- name: Install Test Dependencies
working-directory: js-test
working-directory: bindings/lz-str-wasm/binding-tests
run: npm i

- name: Run Tests
working-directory: js-test
working-directory: bindings/lz-str-wasm/binding-tests
run: npm test
File renamed without changes.
Loading

0 comments on commit c3a2ed2

Please sign in to comment.