Create ja_JP.lang #67
Merged
Annotations
4 errors
|
|
|
__tests__/BP/scripts/src/rules/infodisplay/Dimension.test.js#L67
AssertionError: expected { rawtext: [ { text: '§d' }, …(1) ] } to deeply equal { text: '§dminecraft:the_end' }
- Expected
+ Received
{
- "text": "§dminecraft:the_end",
+ "rawtext": [
+ {
+ "text": "§d",
+ },
+ {
+ "translate": undefined,
+ },
+ ],
}
❯ __tests__/BP/scripts/src/rules/infodisplay/Dimension.test.js:67:53
|
|
__tests__/BP/scripts/src/rules/infodisplay/Dimension.test.js#L62
AssertionError: expected { rawtext: [ { text: '§c' }, …(1) ] } to deeply equal { text: '§cminecraft:nether' }
- Expected
+ Received
{
- "text": "§cminecraft:nether",
+ "rawtext": [
+ {
+ "text": "§c",
+ },
+ {
+ "translate": undefined,
+ },
+ ],
}
❯ __tests__/BP/scripts/src/rules/infodisplay/Dimension.test.js:62:53
|
|
__tests__/BP/scripts/src/rules/infodisplay/Dimension.test.js#L57
AssertionError: expected { rawtext: [ { text: '§a' }, …(1) ] } to deeply equal { text: '§aminecraft:overworld' }
- Expected
+ Received
{
- "text": "§aminecraft:overworld",
+ "rawtext": [
+ {
+ "text": "§a",
+ },
+ {
+ "translate": undefined,
+ },
+ ],
}
❯ __tests__/BP/scripts/src/rules/infodisplay/Dimension.test.js:57:53
|
The logs for this run have expired and are no longer available.
Loading