File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ v0.16.0
1313- Complete code plugin refactoring
1414- Improved completions performance using 'flow ide' command
1515- Added "code screenshot" feature using [carbon](https://carbon.now.sh/)
16- - updated flow-bin to 0.66.0
16+ - updated flow-bin to 0.67.1
1717- Added initial support for Vue.js
1818- Improved extract method feature
1919- Improved completions detection from default_autocomplete.json
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "flow-bin" : " 0.66.0 " ,
3+ "flow-bin" : " 0.67.1 " ,
44 "flow-remove-types" : " 1.2.3" ,
55 "flow-typed" : " 2.2.3" ,
66 "jsdoc" : " 3.5.5"
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ def tearDown(self):
3131 def test_project (self ):
3232 self .window .run_command ("javascript_enhancements_create_new_project" )
3333 self .window .run_command ("insert" , {"characters" : "empty" })
34- yield 200
34+ yield 500
3535 self .window .run_command ("keypress" , {"key" : "enter" })
36- yield 200
36+ yield 500
3737 self .window .run_command ("insert" , {"characters" : "javascript_enhancements_project_test" })
38- yield 200
38+ yield 500
3939 self .window .run_command ("keypress" , {"key" : "enter" })
40- yield 200
40+ yield 500
4141 self .window .run_command ("keypress" , {"key" : "enter" })
4242 yield 500
43- self .assertEqual (project_settings , util .get_project_settings ())
43+ self .assertDictEqual (project_settings , util .get_project_settings ())
4444
You can’t perform that action at this time.
0 commit comments