Socket
Socket
Sign inDemoInstall

jest-os-detection

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-os-detection - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "jest-os-detection",
"version": "1.0.5",
"version": "1.0.6",
"description": "Allow to specify on which platform to run jest tests",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -54,16 +54,16 @@ # Jest OS detection

Supported commands:
* describe()
* it()
* test()
* `describe()`
* `it()`
* `test()`
Supported platform:
* <command>.onWindows()
* <command>.onMac()
* <command>.onLinux()
* `<command>.onWindows()`
* `<command>.onMac()`
* `<command>.onLinux()`
Supported sub-commands:
* <command>.<platform>.each()
* <command>.<platform>.only()
* <command>.<platform>.skip()
* <command>.<platform>.skip.each()
* <command>.<platform>.only.each()
* `<command>.<platform>.each()`
* `<command>.<platform>.only()`
* `<command>.<platform>.skip()`
* `<command>.<platform>.skip.each()`
* `<command>.<platform>.only.each()`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc