@angular-package/testing
Version:
Jasmine unit testing wrapper with additional custom testing features.
1 lines • 175 B
JavaScript
export const TESTING_STRING="!@#$%^&*()Company";export const TESTING_STRING_CONSTRUCTOR=String(TESTING_STRING);export const TESTING_STRING_INSTANCE=new String(TESTING_STRING);