Skip to content

Conversation

@LmCastelli
Copy link
Collaborator

Regular expression searching has been updated to allow for explicit vs non explicit searching, the test file has passing tests for said functionality. Additionally, findMatches has been separated into three helper functions for cleaner readability and consistency. Both files have been cleaned up and unnecessary comments have been deleted.

Copy link
Contributor

@mitch-mitchel mitch-mitchel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, tests are not passing, make sure they pass locally

// Tests for these functions reflect that varname and testValue will be lowercase by the point they reach these functions

describe('findMacroMatches', function () {
it.only('returns matches based on A2J Macro Syntax', function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove .only so other tests can run

@@ -0,0 +1,166 @@
import 'jquery'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see if jquery is required, if not, remove import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants