Skip to content

Commit 40bbb4c

Browse files
author
kaspermarkus
committed
GPII-564: Fixed reference to universal config file
1 parent 2e6bf1d commit 40bbb4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/acceptanceTests/configs/builtIn_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
}
1717
},
1818
"includes": [
19-
"../../../../node_modules/universal/tests/acceptanceTests/localInstall.json"
19+
"../../../../node_modules/universal/tests/acceptanceTests/configs/localInstall.json"
2020
]
2121
}

tests/acceptanceTests/configs/nvda_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
}
1717
},
1818
"includes": [
19-
"../../../../node_modules/universal/tests/acceptanceTests/localInstall.json"
19+
"../../../../node_modules/universal/tests/acceptanceTests/configs/localInstall.json"
2020
]
2121
}

0 commit comments

Comments
 (0)