You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# LibJS test262
2
2
3
-
> Run the [Official ECMAScript Conformance Test Suite](https://github.com/tc39/test262) with [SerenityOS](https://github.com/SerenityOS/serenity)'s [`LibJS`](https://github.com/SerenityOS/serenity/tree/master/Userland/Libraries/LibJS)
3
+
> Run the [Official ECMAScript Conformance Test Suite](https://github.com/tc39/test262) with [Ladybird](https://github.com/LadybirdWebBrowser/ladybird)'s [`LibJS`](https://github.com/LadybirdWebBrowser/ladybird/tree/master/Userland/Libraries/LibJS)
4
4
5
5
## Installation
6
6
@@ -18,14 +18,14 @@ Dependencies are:
18
18
19
19
## Usage
20
20
21
-
To clone test262, clone serenity and build Lagom run:
21
+
To clone test262, clone ladybird and build Lagom run:
22
22
23
23
```console
24
24
./setup.sh
25
25
```
26
26
27
27
The repositories will only be cloned if they don't exist yet locally.
28
-
If `SERENITY_SOURCE_DIR` is set, it will be used to compile the runner instead of cloning serenity.
28
+
If `SERENITY_SOURCE_DIR` is set, it will be used to compile the runner instead of cloning ladybird.
0 commit comments