This website works better with JavaScript
Home
Explore
Help
Register
Sign In
vuejs
/
vue
mirror of
https://github.com/vuejs/vue.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add waitForUpdate as allowed global in unit tests
Evan You
10 years ago
parent
4540aaf37d
commit
fff89dff1e
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
test/unit/.eslintrc
+ 3
- 0
test/unit/.eslintrc
View File
@@ -1,5 +1,8 @@
{
"env": {
"jasmine": true
+ },
+ "globals": {
+ "waitForUpdate": true
}
}