Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove magic code #134

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

remove magic code #134

wants to merge 3 commits into from

Conversation

chenshuai2144
Copy link

@codecov-io
Copy link

codecov-io commented Nov 30, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@f07408f). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #134   +/-   ##
=========================================
  Coverage          ?   99.17%           
=========================================
  Files             ?        5           
  Lines             ?      241           
  Branches          ?       48           
=========================================
  Hits              ?      239           
  Misses            ?        2           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f07408f...59f1b14. Read the comment docs.

src/util.js Outdated
export function generateAriaId(prefix) {
if (process.env.NODE_ENV === 'test') {
return `${prefix}_${1}`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

直接定值吧

@zombieJ
Copy link
Member

zombieJ commented Feb 19, 2019

snapshot~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants