Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit b50a503

Browse files
authored
renaming folder from node to nodejs (#3)
* renaming folder from node to nodejs * updates for change to nodejs for tests
1 parent c3964e9 commit b50a503

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Tests
22
/tests/build
3+
/tests/out
34

45
# Gradle
56
.gradle
67

78
# IntelliJ
8-
*.iml
9+
*.iml
10+
*.idea

manifest-bp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"runtime": {
88
"name": "Node.js 6",
99
"kind": "nodejs:6",
10-
"type": "node"
10+
"type": "nodejs"
1111
},
1212
"categories": [
1313
"nodejs",
File renamed without changes.
File renamed without changes.

tests/src/test/scala/blueprints/HelloTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class HelloTests extends TestHelpers
3535
val wsk = new Wsk()
3636

3737
//set parameters for deploy tests
38-
val nodejsfolder = "../runtimes/node/actions";
38+
val nodejsfolder = "../runtimes/nodejs/actions";
3939
val phpfolder = "../runtimes/php/actions";
4040
val pythonfolder = "../runtimes/python/actions";
4141
val swiftfolder = "../runtimes/swift/actions";

0 commit comments

Comments
 (0)