Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

#### :house: Internal

- Rename Core to Stdlib in tests/tests. https://github.com/rescript-lang/rescript/pull/8005

# 12.0.0-rc.3

#### :bug: Bug fix
Expand Down
4 changes: 2 additions & 2 deletions scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ if (mochaTest) {
},
);

await node("tests/tests/src/core/Core_TestSuite.mjs", [], {
await node("tests/tests/src/stdlib/Stdlib_TestSuite.mjs", [], {
cwd: projectDir,
stdio: "inherit",
});

await node("tests/tests/src/core/Core_TempTests.mjs", [], {
await node("tests/tests/src/stdlib/Stdlib_TempTests.mjs", [], {
cwd: projectDir,
stdio: "inherit",
});
Expand Down
140 changes: 0 additions & 140 deletions tests/tests/src/core/Core_TestSuite.mjs

This file was deleted.

14 changes: 0 additions & 14 deletions tests/tests/src/core/Core_TestSuite.res

This file was deleted.

Loading
Loading