forked from fanruan/fineui
windy
5 years ago
2 changed files with 20 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||||||
|
/** |
||||||
|
* @author windy |
||||||
|
* @version 2.0 |
||||||
|
* Created by windy on 2020/6/5 |
||||||
|
*/ |
||||||
|
describe("dateFunctionTest", function () { |
||||||
|
|
||||||
|
before(function () { |
||||||
|
|
||||||
|
}); |
||||||
|
|
||||||
|
/** |
||||||
|
* test_author_windy |
||||||
|
*/ |
||||||
|
it("getWeekNumber", function () { |
||||||
|
expect(BI.replaceAll(null, "A", "b")).to.equal(null); |
||||||
|
expect(BI.replaceAll("A", "A", "b")).to.equal("b"); |
||||||
|
}); |
||||||
|
}); |
Loading…
Reference in new issue