Skip to content

Commit

Permalink
Remove browser-based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed May 27, 2020
1 parent c7e3065 commit 03a5f25
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 2,559 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ install:
- node --version
- npm --version
- npm install
- choco install firefox
- choco install chromium

test_script:
- set CHROME_BIN="C:\Program Files (x86)\Chromium\Application\chrome.exe"
- npm run compile
- npm run all-tests
- npm run analyze-coverage && npm run codecov
- npm run browser-tests

build: off
Loading

0 comments on commit 03a5f25

Please sign in to comment.