We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a52bb5 commit 277bcadCopy full SHA for 277bcad
test/unit-tests/type/unit/Unit.test.js
@@ -1088,7 +1088,7 @@ describe('Unit', function () {
1088
assert.strictEqual(unitM.value, n1 * n2 * 3600)
1089
})
1090
1091
- it('should be able to combine W and h into Wh', function () {
+ it('should be able to combine W and h into J', function () {
1092
// by default, this converts to J, due to the default unit system using J for ENERGY
1093
const n1 = 2
1094
const n2 = 3
0 commit comments