Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
PodaruDragos authored Oct 17, 2023
2 parents 68fbf1a + 758a6bd commit 56055bf
Show file tree
Hide file tree
Showing 8 changed files with 230 additions and 10,947 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 @@ -20,6 +20,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

0 comments on commit 56055bf

Please sign in to comment.