Summary
A list of in memory scripts needs to be created for aid with UI development, and test cases.
Implementation Details
It should be a json file named TestScripts.json stored in a test-data folder inside /src directory. It should be imported to be used in the scripts-screen, and saved in a property in the component named inMemoryScripts. So we know it is working, console log the inMemoryScripts when the scripts-screen is initialized.
Summary
A list of in memory scripts needs to be created for aid with UI development, and test cases.
Implementation Details
It should be a json file named
TestScripts.jsonstored in a test-data folder inside/srcdirectory. It should be imported to be used in the scripts-screen, and saved in a property in the component namedinMemoryScripts. So we know it is working, console log theinMemoryScriptswhen the scripts-screen is initialized.