Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
react-pull-to-refresh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jason.yap
react-pull-to-refresh
Commits
d708b5ad
Commit
d708b5ad
authored
Jan 03, 2018
by
AFOC-1709091830\echou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove no use snapshots and fix npm prepublish
parent
af44a1bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
49 deletions
+1
-49
__tests__/__snapshots__/PullToRefresh.spec.tsx.snap
__tests__/__snapshots__/PullToRefresh.spec.tsx.snap
+0
-48
package.json
package.json
+1
-1
No files found.
__tests__/__snapshots__/PullToRefresh.spec.tsx.snap
deleted
100644 → 0
View file @
af44a1bd
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
<div
style={
Object {
"WebkitOverflowScrolling": "touch",
"backgroundColor": "white",
"height": "auto",
"overflow": "hidden",
"position": "relative",
"zIndex": 1,
}
}
>
<div
style={
Object {
"left": 0,
"overflow": "hidden",
"position": "absolute",
"right": 0,
"top": 0,
}
}
>
<div>
Pull Down
</div>
</div>
<div
style={
Object {
"WebkitOverflowScrolling": "touch",
"backgroundColor": "white",
"height": "auto",
"overflow": "hidden",
"position": "relative",
"zIndex": 1,
}
}
>
<div>
Test
</div>
</div>
</div>
`;
package.json
View file @
d708b5ad
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
"clean"
:
"rimraf dist"
,
"clean"
:
"rimraf dist"
,
"tsc"
:
"npm run clean && tsc -p ."
,
"tsc"
:
"npm run clean && tsc -p ."
,
"test"
:
"rimraf dist && npm run lint && jest --config=jestconfig.json"
,
"test"
:
"rimraf dist && npm run lint && jest --config=jestconfig.json"
,
"prepublish"
:
"npm
run tsc && npm test
"
"prepublish"
:
"npm
test && npm run tsc
"
},
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment