We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39f821 commit b32a8acCopy full SHA for b32a8ac
tests/test_project.py
@@ -30,15 +30,14 @@ def tearDown(self):
30
31
def test_project(self):
32
self.window.run_command("javascript_enhancements_create_new_project")
33
+ yield 1000
34
self.window.run_command("insert", {"characters": "empty"})
- yield 500
35
36
self.window.run_command("keypress", {"key": "enter"})
37
38
self.window.run_command("insert", {"characters": "javascript_enhancements_project_test"})
39
40
41
42
43
self.assertDictEqual(project_settings, util.get_project_settings())
44
-
0 commit comments