api.filter(ownerIs('expect')).forEach((method) => {
    const location = getPath(
      `./${outputDirectory}/${method.name}.sublime-snippet`
    );
    writeFile(location, getExpectSnippet(expectSnippet, method));