Closed kernel-loophole closed 1 year ago
1) Remove any hardcoded libraries, like jasmine 2) make sure all the images use git ifs 3) I removed the license files. Please be more careful 4) Make sure tests pass
Remove Jasmine Files may cause the dependencies failure .Running Spec depend on the Jasmine module and inside working directory the paths are defined specifically for that files.but let me try this .let you know if it work or not .
It’s not an option. If you must modify the build to pull it down that’s fine. But no checking it in
okay i will update the repo and remove the hard-coded files after i test the extension.
This pull request addresses the addition of a new test case for the Chrome extension. The test case is designed to ensure the stability and functionality of the extension under specific conditions. those tests are written using jasmine . Added a new test case in the "spec" directory. Added necessary test data and assertions to verify the expected behavior.