Fix test paths
This commit is contained in:
@@ -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)
|
||||
|
||||
Generated
+7
-5
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user