我在尝试测试我的constants.ts文件时遇到了一些问题;它包含以下内容;
constants.ts
export const Constants = Object.freeze({ "key":"value", "key2":"value", "key3":"value", "key4":"value", })
声纳告诉我,我需要报道这条线:export const Constants = Object.freeze({.
export const Constants = Object.freeze({.
如何进行spec文件测试?