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

Commit 9d7799b

Browse files
committed
Tutorial works with Repl.it
1 parent daabc42 commit 9d7799b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.replit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language = "nodejs"
2+
run = "npm test"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Hello, Serenity/JS!",
55
"main": "index.js",
66
"scripts": {
7-
"test": "ts-node src/hello-serenity.ts"
7+
"test": "ts-node spec/hello-serenity.ts"
88
},
99
"repository": {
1010
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { actorCalled, configure, Log } from '@serenity-js/core' // 1
1+
import { actorCalled, configure, Log } from '@serenity-js/core'
22
import { ConsoleReporter } from '@serenity-js/console-reporter'
33

44
configure({

0 commit comments

Comments
 (0)