change: Use @css: instead of $PACKAGE_ROOT/

This makes usage from the command line easier,
since $ is typically used to mark variables.
This commit is contained in:
Ruben Verborgh
2021-08-03 12:31:19 +01:00
parent f28279e3a5
commit 1719857e4b
20 changed files with 67 additions and 52 deletions

View File

@@ -211,7 +211,7 @@ describe('AppRunner', (): void => {
new AppRunner().runCli({
argv: [
'node', 'script',
'--config', '$PACKAGE_ROOT/config/file.json',
'--config', '@css:config/file.json',
],
});
await new Promise(setImmediate);