floss icon indicating copy to clipboard operation
floss copied to clipboard

Unit-testing for those hard to reach places

Results 8 floss issues
Sort by recently updated
recently updated
newest added

Bumps [electron](https://github.com/electron/electron) from 12.0.2 to 18.3.7. Release notes Sourced from electron's releases. electron v18.3.7 Release Notes for v18.3.7 Fixes Fixed WCO not responding to touch events on windows. #35177 (Also...

dependencies

Electron V15 deprecated electron/remote in favour of IPC messaging which fixing is beyond my immediate needs, however there is @@electron/remote which puts back this capability. After pre-build, build and test...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Hello! Can we somehow pass args (like --exit or --timeout) to Mocha?

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Electron 14 has breaking changes for floss. Electron docs here https://github.com/electron/electron/blob/v13.1.4/docs/api/remote.md Electron 14 is also the first version that allows you to enable webgpu by doing: ``` const {app, BrowserWindow}...

Mocha as partial native support since `7.1.0`, and seems to be full support since `8.0.0`. Any chance of bumping mocha?