Commit 11c9d642 authored by 邓晓峰's avatar 邓晓峰

chore: test

parent e74a2d58
......@@ -3,7 +3,7 @@
"npmClient": "npm",
"useWorkspaces": true,
"changelog": {
"repo": "test/winsdom-components",
"repo": "panda/winsdom-components",
"cacheDir": ".changelog"
},
"ignoreChanges": ["**/*.md", "**/*.test.js", "**/*.e2e.js", "**/fixtures/**", "**/test/**"]
......
# `@winsdom-components/test`
> TODO: description
## Usage
```
const test = require('@winsdom-components/test');
// TODO: DEMONSTRATE API
```
{
"name": "@winsdom-components/test",
"version": "1.0.0",
"description": "> TODO: description",
"author": "dengxiaofeng <1186313486@qq.com>",
"homepage": "",
"license": "ISC",
"main": "lib/test.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://g.civnet.cn:4873/"
},
"repository": {
"type": "git",
"url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
}
}
export default {
a: '1'
}
......@@ -77,7 +77,6 @@ Object.defineProperty(window, 'cancelAnimationFrame', {
});
moment.tz.setDefault('UTC');
// 2016-11-22 15:22:44
MockDate.set(1479799364000);
const mockFormatExpression = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment