Fix test paths

This commit is contained in:
Christopher Schleiden
2023-01-09 08:55:29 -08:00
parent c1e226146d
commit bf1a33a148
3 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const nullTrace: TraceWriter = {
error: (x) => {},
}
const testFiles = "../testData/reader"
const testFiles = "./testdata/reader"
describe("x-lang tests", () => {
const files = fs.readdirSync(testFiles)
+7 -5
View File
@@ -6,17 +6,18 @@
"": {
"name": "actions-languageservices",
"workspaces": [
"actions-expressions",
"actions-workflow-parser",
"actions-languageservice",
"actions-languageserver",
"browser-playground"
"./actions-expressions",
"./actions-workflow-parser",
"./actions-languageservice",
"./actions-languageserver",
"./browser-playground"
],
"devDependencies": {
"lerna": "^6.0.3"
}
},
"actions-expressions": {
"name": "@github/actions-expressions",
"version": "0.0.9",
"license": "MIT",
"devDependencies": {
@@ -80,6 +81,7 @@
}
},
"actions-workflow-parser": {
"name": "@github/actions-workflow-parser",
"version": "0.0.42",
"license": "MIT",
"dependencies": {
+5 -5
View File
@@ -1,11 +1,11 @@
{
"private": true,
"workspaces": [
"actions-expressions",
"actions-workflow-parser",
"actions-languageservice",
"actions-languageserver",
"browser-playground"
"./actions-expressions",
"./actions-workflow-parser",
"./actions-languageservice",
"./actions-languageserver",
"./browser-playground"
],
"devDependencies": {
"lerna": "^6.0.3"