Skip to content

Conversation

mooooooi
Copy link
Contributor

No description provided.

@mooooooi
Copy link
Contributor Author

FAIL test/blah.test.ts
✕ blah (6 ms)

● blah

expect(received).toBe(expected) // Object.is equality

Expected: 3.1
Received: 3.0999999046325684

  17 |   expect(reader.readByte()).toBe(1);
  18 |   expect(reader.readDouble()).toBe(2.1);
> 19 |   expect(reader.readFloat()).toBe(3.1);
     |                              ^
  20 |   expect(reader.readInt()).toBe(4);
  21 |   expect(reader.readShort()).toBe(5);
  22 |   expect(reader.readBoolean()).toBe(true);

  at Object.<anonymous> (test/blah.test.ts:19:30)

Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 0 total
Time: 0.42 s
Ran all test suites.

@coveralls
Copy link

coveralls commented Aug 23, 2021

Pull Request Test Coverage Report for Build 1274913399

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.181%

Totals Coverage Status
Change from base Build 1150304500: 0.0%
Covered Lines: 925
Relevant Lines: 984

💛 - Coveralls

Copy link
Contributor Author

@mooooooi mooooooi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wq1818528 麻烦留意一下这几条留言

@mooooooi mooooooi merged commit 2b28443 into main Sep 29, 2021
@mooooooi mooooooi deleted the refactor/import-loki-buffer branch September 29, 2021 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants