Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 22:05
· 25 commits to develop since this release

New package @quatico/websmith-testing for testing compiler customization and addons with Jest. The package simplifies compiler testing significantly. You can setup the typescript compiler, customize settings, add addons, and compile various projects within 5 lines of code.

Added

  • Adds new package @quatico/websmith-testing for testing the websmith compiler
  • Provides tests for example addons using the new testing package
  • Adds README.md for the new testing API package
  • Provides watch mode for Browser FS with watchDirectory and watchFile capabilities

Changed

  • Upgrades all package dependencies to the latest versions
  • Replaces BDD tests with E2E Addon example tests

Fixed

  • Fixes an issue where projects from custom source paths are copied into a separate directory in the buildDir
  • Fixes skipped tests