0.3.1 • Published 3 years ago

@jsspec/jsspec v0.3.1

Weekly downloads
8
License
ISC
Repository
github
Last release
3 years ago

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
0.3.1

3 years ago

0.3.0

3 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago