Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ce1de7

Browse files
authored
rename Core to Stdlib in tests/tests (#8005)
1 parent34e1219 commit5ce1de7

File tree

60 files changed

+413
-411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+413
-411
lines changed

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
####:house: Internal
3232

33+
- Rename Core to Stdlib in tests/tests.https://github.com/rescript-lang/rescript/pull/8005
34+
3335
#12.0.0-rc.3
3436

3537
####:bug: Bug fix

‎scripts/test.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ if (mochaTest) {
100100
},
101101
);
102102

103-
awaitnode("tests/tests/src/core/Core_TestSuite.mjs",[],{
103+
awaitnode("tests/tests/src/stdlib/Stdlib_TestSuite.mjs",[],{
104104
cwd:projectDir,
105105
stdio:"inherit",
106106
});
107107

108-
awaitnode("tests/tests/src/core/Core_TempTests.mjs",[],{
108+
awaitnode("tests/tests/src/stdlib/Stdlib_TempTests.mjs",[],{
109109
cwd:projectDir,
110110
stdio:"inherit",
111111
});

‎tests/tests/src/core/Core_TestSuite.mjs‎

Lines changed: 0 additions & 140 deletions
This file was deleted.

‎tests/tests/src/core/Core_TestSuite.res‎

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp