()
| 144 | } |
| 145 | |
| 146 | function testDatetime () { |
| 147 | testIso8601 (); |
| 148 | testParse8601 (); |
| 149 | testParseDate (); |
| 150 | // @SKIP_START_GO |
| 151 | testYmd (); |
| 152 | testYmdhms (); |
| 153 | // @SKIP_END_GO |
| 154 | testMicroseconds (); |
| 155 | testMilliseconds (); |
| 156 | testSeconds (); |
| 157 | testYymmdd (); |
| 158 | testYyyymmdd (); |
| 159 | } |
| 160 | |
| 161 | export default testDatetime; |
no test coverage detected
searching dependent graphs…