Repository URL to install this package:
|
Version:
2.0.2 ▾
|
import * as utils from '../utils';
describe(`It should test utils`, () => {
it(`should match the getDeclarations snapshot`, () => {
expect(utils.sitemapsUtils.getDeclarations()).toMatchSnapshot();
});
});