@angular-package/testing
Version:
Jasmine unit testing wrapper with additional custom testing features.
1 lines • 465 B
JavaScript
import{TESTING_NUMBER}from"./number.const";import{TESTING_STRING}from"./string.const";import{TESTING_SYMBOL_NUMBER,TESTING_SYMBOL_STRING}from"./symbol.const";export const TESTING_OBJECT={"key as string":!0,1030405027:"key is number",5:"key is also number",[TESTING_NUMBER]:"key is number",[TESTING_STRING]:"key is string",[TESTING_SYMBOL_NUMBER]:"key is symbol number",[TESTING_SYMBOL_STRING]:6,x:3e3};export const TESTING_OBJECT_ONE_NEW=new Object(TESTING_OBJECT);