Skip to content

Commit

Permalink
Update packages/server/test/e2e/8_read_only_fs.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Bloomquist <github@chary.us>
  • Loading branch information
mrmeku and flotwig authored May 8, 2020
1 parent 3dae576 commit 08cd6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/test/e2e/8_read_only_fs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('e2e project dir access', function () {
}

// write out the project structure
// we cant sue one define by source code since we need to modify the file permissions on the dir and files
// we cant use one defined by source code since we need to modify the file permissions on the dir and files
fs.mkdirSync(path.join(projectDir))

fs.writeFileSync(path.join(projectDir, 'cypress.json'), `{"projectId": "2pz86o"}`)
Expand Down

0 comments on commit 08cd6a2

Please sign in to comment.