mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2026-09-23 04:14:32 +00:00
refactor tests
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
if (typeof T === 'undefined') require('../setup');
|
||||
|
||||
(function () {
|
||||
T('pow against sqrt');
|
||||
T('pow against sqrt', function () {
|
||||
|
||||
Decimal.config({
|
||||
toExpNeg: -7,
|
||||
@@ -36,7 +35,5 @@ if (typeof T === 'undefined') require('../setup');
|
||||
|
||||
T.assertEqual(p.valueOf(), s.valueOf());
|
||||
}
|
||||
|
||||
T.stop();
|
||||
})();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user