New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@jsspec/jsspec

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsspec/jsspec

JSSpec - contextualised test runner for javascript

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

JSSPEC

npm (scoped) Travis AppVeyor

Contextualised spec runner for JavaScript in the flavour of RSpec (Ruby Spec runner).

See JSSpec docs

eslint

There is an eslint plugin available which removes the 'is not defined' errors for variables defined in set and subject statements. Install with:

npm i eslint-plugin-jsspec

Add the following to your .eslintrc.json file in your spec directory:

  "plugins": ["jsspec"],
  "env": {
    "jsspec/jsspec": true
  },

Future work:

Runner:

  • improved output for file level failures
  • Concurrent runners

Associated modules:

  • companion expectation framework
  • doubles (mocks/spies)
  • more formatters

Keywords

spec

FAQs

Package last updated on 27 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts