Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove browserify/karma (and ci pipeline) #1542

Merged
merged 1 commit into from
Oct 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading