nodejs-testing

VS Code integration for node:test native tests

MIT License

Stars
48
Committers
5

Bot releases are hidden (Show)

nodejs-testing - v1.5.1 Latest Release

Published by connor4312 6 months ago

nodejs-testing - v1.5.0

Published by connor4312 7 months ago

What's Changed

  • feat: add test coverage support

Full Changelog: https://github.com/connor4312/nodejs-testing/compare/v1.4.0...v1.5.0

Note: this requires VS Code 1.88, which is not yet released to stable and is presently only on Insiders.

nodejs-testing - v1.4.0

Published by connor4312 7 months ago

What's Changed

  • feat: enable running a pretest command via a nodejs-testing.pretest setting
  • feat: allow customizing the test file pattern via the nodejs-testing.extensions.filePatterns setting
  • fix: report syntax errors / require failure better
  • feat: add envFile support for test runner via nodejs-testing.envFile / nodejs-testing.env settings
  • feat: use pretty-format when formatting objects in expected/actual diffs
  • feat: add a new nodejs-testing.style for prettier display of test output
  • feat: add a new nodejs-testing.verbose for diagnostic output when running tests
  • fix: test cases sometimes not reporting results
  • fix: support template literals in require
  • refactor: update dependencies, drop TAP

New Contributors

Full Changelog: https://github.com/connor4312/nodejs-testing/compare/v1.3.2...v1.4.0

nodejs-testing - v1.0.2

Published by connor4312 over 1 year ago

  • fix: test parsing failing on arg-less call expression (#3)
nodejs-testing - v1.0.1

Published by connor4312 over 1 year ago

  • fix: report failing location as first non-internal position
  • fix: files not found causing tests to not be reported (#2)
  • fix: runner not working with .mjs files (#1)
nodejs-testing - v1.0.0

Published by connor4312 over 1 year ago

Initial release