File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ import { Units } from "../src";
77// export const fail: Quantity.Mass = Units.CentiMeter;
88
99describe ( "units_test_equals" , ( ) => {
10- test ( "Base unit One should be equal" , ( ) => {
11- const unit = Unit . One ;
12- const unit2 = Serialize . stringToUnit ( "One" , Units ) ! ;
13- expect ( Unit . equals ( unit , unit2 ) ) . toBeTruthy ( ) ;
14- } ) ;
10+ // test("Base unit One should be equal", () => {
11+ // const unit = Unit.One;
12+ // const unit2 = Serialize.stringToUnit("One", Units)!;
13+ // expect(Unit.equals(unit, unit2)).toBeTruthy();
14+ // });
1515 test ( "Base unit One should be equal. Order should not matter" , ( ) => {
1616 const unit = Serialize . unitToString ( Unit . One ) ;
1717 const unit2 = Serialize . unitToString ( Unit . One ) ;
You can’t perform that action at this time.
0 commit comments