Skip to content

Commit

Permalink
chore: remove browserify/karma (and ci pipeline) (#1542)
Browse files Browse the repository at this point in the history
closes #1536, see there for reasoning + discussion
  • Loading branch information
Jameskmonger committed Oct 15, 2023
1 parent 5101217 commit f956c08
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 6,451 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@ on:
pull_request:

jobs:
browser:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: nuget/setup-nuget@v1
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: nuget install Selenium.WebDriver.IEDriver -Version 4.0.0.1
- run: npm run test:browser
env:
BROWSER: ie

Testing:
name: Unit Tests
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ docs
wiki
gulpfile.js
bower.json
karma.conf.js
mocha.opts
tsconfig.json
typings.json
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Brought tests up to 100% Code Coverage

### Changed
LazyIdentfier Tests
Removed browser test pipeline

### Fixed
Less than 100% code coverage
Expand Down
41 changes: 0 additions & 41 deletions karma.conf.js

This file was deleted.

0 comments on commit f956c08

Please sign in to comment.