mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +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": {
|
||||
"build": "stencil build --prod",
|
||||
"dev": "sd concurrent \"stencil build --watch\" \"stencil-dev-server\"",
|
||||
"test": "jest"
|
||||
"test": "(jest --no-cache || true)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -18,7 +18,8 @@
|
||||
"devDependencies": {
|
||||
"@stencil/dev-server": "0.0.11",
|
||||
"@stencil/utils": "0.0.3",
|
||||
"ionicons": "3.0.0"
|
||||
"ionicons": "3.0.0",
|
||||
"jest": "^20.0.4"
|
||||
},
|
||||
"author": "Ionic Team",
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user