ok
This commit is contained in:
parent
f1b7de040a
commit
2b874a73be
59 changed files with 1227 additions and 1232 deletions
|
@ -1,6 +1,6 @@
|
|||
describe("extractCurrencyValue", function() {
|
||||
|
||||
it("выделяет из строки $120 число 120", function() {
|
||||
it("for the string $120 returns the number 120", function() {
|
||||
assert.strictEqual(extractCurrencyValue('$120'), 120);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue