jasmineApi.filter(ownerIs('jasmine')).forEach((method) => {
    const location = getPath(
      `./${outputDirectory}/jasmine-${method.name}.sublime-snippet`
    );
    writeFile(location, getAnySnippet(jasmineAnySnippet, method));