-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relocate unit tests for obojobo-document-engine and obojobo-express packages #1984
base: dev/31-taconite
Are you sure you want to change the base?
Relocate unit tests for obojobo-document-engine and obojobo-express packages #1984
Conversation
…ent to the files they are testing and updated import/require paths as necessary. Fixed filenames where applicable. Renamed extensions for all React components from .js to .jsx.
…o be adjacent to the files they are testing. Made corrections to require/import paths as necessary. Fixed filenames where necessary. Changed extensions for remaining React component files from '.js' to '.jsx' for consistency.
…ort paths where applicable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests still pass and coverage is still at 100%. LGTM
Everything LGTM as well, and the tests are all passing. However, there is one conflict on |
The base branch was changed.
…flicts. Fixed stylelint errors.
…sanitation to remove regex reserved characters. Corrected post-merge unit tests to remove tests that are no longer relevant.
…pattern are replaced with new UUIDs. References to the old node IDs in button actions etc. are also replaced with the corresponding new IDs.
…rt Node 18. Updated Node version requirements in relevant package.json files, fixed new undefined error message in tests.
Dev/31 - Taconite
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Updates Node to version 18.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…word-wrap-1.2.4 Bump word-wrap from 1.2.3 to 1.2.4
…semver-5.7.2 Bump semver from 5.7.1 to 5.7.2
…ase-two Implemented Phase 2 for Obo Stats
…d-nodes-on-copy Reset element IDs in copied modules.
Closes #1951.
Moves unit test files for the
obojobo-document-engine
andobojobo-express
packages from a dedicated__tests__
directory to be adjacent to the files they're actually testing, as in theobojobo-repository
and allobonode
packages.Leaving
obojobo-document-json-parser
andobojobo-document-xml-parser
packages for now since the tests aren't really 1:1 with the files they're testing anyway. There are currently no tests in theobojobo-module-selector
package to move.