diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-25 15:57:18 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-25 15:57:18 +0100 |
commit | 9e8d3d62879614e389f3c8212a9d121cbcfb16ef (patch) | |
tree | 8209844a6527cd0e3fbf982f26d2e7fe5417b043 | |
parent | f5418f40cc0bda2aab8e16660f97474857ae3747 (diff) | |
download | serenity-9e8d3d62879614e389f3c8212a9d121cbcfb16ef.zip |
LibJS: Rename some tests
"feature-basic" is a bit more logical than having a ton of
"basic-feature" (when it comes to the visual overview of it all.)
-rw-r--r-- | Libraries/LibJS/Tests/array-basic.js (renamed from Libraries/LibJS/Tests/basic-array.js) | 0 | ||||
-rw-r--r-- | Libraries/LibJS/Tests/typeof-basic.js (renamed from Libraries/LibJS/Tests/basic-typeof.js) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/Libraries/LibJS/Tests/basic-array.js b/Libraries/LibJS/Tests/array-basic.js index cc06f8925a..cc06f8925a 100644 --- a/Libraries/LibJS/Tests/basic-array.js +++ b/Libraries/LibJS/Tests/array-basic.js diff --git a/Libraries/LibJS/Tests/basic-typeof.js b/Libraries/LibJS/Tests/typeof-basic.js index 110d01dcb6..110d01dcb6 100644 --- a/Libraries/LibJS/Tests/basic-typeof.js +++ b/Libraries/LibJS/Tests/typeof-basic.js |