Skip to content

Commit

Permalink
fix: updated path delimeters for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-hyd committed May 11, 2022
1 parent b23abba commit 5e90a9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e/nx-electron-e2e/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ module.exports = {
'^.+\\.[tj]s$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'js', 'html'],
coverageDirectory: '../../coverage/e2e\nx-electron-e2e',
coverageDirectory: '../../coverage/e2e/nx-electron-e2e',
};
4 changes: 2 additions & 2 deletions e2e/nx-electron-e2e/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"root": "e2e\\nx-electron-e2e",
"root": "e2e/nx-electron-e2e",
"projectType": "application",
"sourceRoot": "e2e\\nx-electron-e2e/src",
"sourceRoot": "e2e/nx-electron-e2e/src",
"targets": {
"e2e": {
"executor": "@nrwl/nx-plugin:e2e",
Expand Down
2 changes: 1 addition & 1 deletion workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"version": 2,
"projects": {
"nx-electron": "packages/nx-electron",
"nx-electron-e2e": "e2e\\nx-electron-e2e"
"nx-electron-e2e": "e2e/nx-electron-e2e"
}
}

0 comments on commit 5e90a9f

Please sign in to comment.