test(tauri.js) add template test, close #427 (#501)

* test(tauri.js) add template test

* fix(lint) ignore prefer-optional-chain because babel-jest wont accept it

* feat(webpack) raw-loader test for windows

* fix(workflow) install tauri-bundler

* fix(EOF)

* chore(test) try with done cb

* fix(test) cwd scope

* fix(test) transform regex for windows

* fix(test) windows regex on jest transform

Co-authored-by: nothingismagick <denjell@sfosc.org>
This commit is contained in:
Lucas Fernandes Nogueira
2020-03-09 17:57:27 -03:00
committed by GitHub
parent 377b500020
commit d37efa5605
14 changed files with 79 additions and 151 deletions

View File

@@ -70,7 +70,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
- run: cargo install tauri-cli --force
- run: cargo install tauri-bundler --force
- name: test
timeout-minutes: 15
run: |