getJSONFixtures does not exist on type of jasmine in karma jasmine
Clash Royale CLAN TAG #URR8PPP getJSONFixtures does not exist on type of jasmine in karma jasmine it("Configuration file accessor: Read configuration file test.", function (done) { jasmine.getJSONFixtures().fixturesPath = 'base/configuration/'; var jsonData = getJSONFixture('app_config.json'); var appConfig = JSON.stringify(jsonData); // Prints the config file content console.info(appConfig); expect(appConfig).toBeDefined(); } By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.