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) => {}, error: (x) => {},
} }
const testFiles = "../testData/reader" const testFiles = "./testdata/reader"
describe("x-lang tests", () => { describe("x-lang tests", () => {
const files = fs.readdirSync(testFiles) const files = fs.readdirSync(testFiles)
+7 -5
View File
@@ -6,17 +6,18 @@
"": { "": {
"name": "actions-languageservices", "name": "actions-languageservices",
"workspaces": [ "workspaces": [
"actions-expressions", "./actions-expressions",
"actions-workflow-parser", "./actions-workflow-parser",
"actions-languageservice", "./actions-languageservice",
"actions-languageserver", "./actions-languageserver",
"browser-playground" "./browser-playground"
], ],
"devDependencies": { "devDependencies": {
"lerna": "^6.0.3" "lerna": "^6.0.3"
} }
}, },
"actions-expressions": { "actions-expressions": {
"name": "@github/actions-expressions",
"version": "0.0.9", "version": "0.0.9",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
@@ -80,6 +81,7 @@
} }
}, },
"actions-workflow-parser": { "actions-workflow-parser": {
"name": "@github/actions-workflow-parser",
"version": "0.0.42", "version": "0.0.42",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
+5 -5
View File
@@ -1,11 +1,11 @@
{ {
"private": true, "private": true,
"workspaces": [ "workspaces": [
"actions-expressions", "./actions-expressions",
"actions-workflow-parser", "./actions-workflow-parser",
"actions-languageservice", "./actions-languageservice",
"actions-languageserver", "./actions-languageserver",
"browser-playground" "./browser-playground"
], ],
"devDependencies": { "devDependencies": {
"lerna": "^6.0.3" "lerna": "^6.0.3"