Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

media/main.js requirementCommandLinks does not stay in sync with src/extensionFunctions requirementCommandLinks #70

Open
bfitzpat opened this issue Mar 24, 2020 · 0 comments

Comments

@bfitzpat
Copy link
Collaborator

While working on #69, I discovered one issue to solve.

The main.js that holds the javascript hosted in the webview (

const requirementCommandLinks = [
) has a list of the requirements didact commands to check, but I can't reference it in a test (or haven't figured out how to) - so there's a duplicate of the list in the main code (
const requirementCommandLinks = [
).

I'll have to figure out how to get/keep those two in sync for testing purposes so the issue like #68 doesn't happen again

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant