mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): added jest and removed unused test.
This commit is contained in:
@ -1,8 +0,0 @@
|
|||||||
import React from 'react';
|
|
||||||
import ReactDOM from 'react-dom';
|
|
||||||
import App from './App';
|
|
||||||
|
|
||||||
it('renders without crashing', () => {
|
|
||||||
const div = document.createElement('div');
|
|
||||||
ReactDOM.render(<App />, div);
|
|
||||||
});
|
|
1258
packages/core/package-lock.json
generated
1258
packages/core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "stencil build --prod",
|
"build": "stencil build --prod",
|
||||||
"dev": "sd concurrent \"stencil build --watch\" \"stencil-dev-server\"",
|
"dev": "sd concurrent \"stencil build --watch\" \"stencil-dev-server\"",
|
||||||
"test": "jest"
|
"test": "(jest --no-cache || true)"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -18,7 +18,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@stencil/dev-server": "0.0.11",
|
"@stencil/dev-server": "0.0.11",
|
||||||
"@stencil/utils": "0.0.3",
|
"@stencil/utils": "0.0.3",
|
||||||
"ionicons": "3.0.0"
|
"ionicons": "3.0.0",
|
||||||
|
"jest": "^20.0.4"
|
||||||
},
|
},
|
||||||
"author": "Ionic Team",
|
"author": "Ionic Team",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Reference in New Issue
Block a user