Skip to content

Commit afbd640

Browse files
authored
Re-enable events_test with fix (#2189)
1 parent 1f1efa3 commit afbd640

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dwds/lib/src/handlers/dev_handler.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ class DevHandler {
684684
scheme: 'http',
685685
host: devTools.hostname,
686686
port: devTools.port,
687+
path: 'debugger',
687688
queryParameters: {
688689
'uri': debugServiceUri,
689690
if (ideQueryParam.isNotEmpty) 'ide': ideQueryParam,

dwds/test/events_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ void main() {
160160
() => keyboard.sendChord([Keyboard.alt, 'd']),
161161
);
162162
},
163-
skip: 'https://github.com/dart-lang/webdev/issues/2181',
164163
);
165164

166165
test('emits DEVTOOLS_LAUNCH event', () async {

0 commit comments

Comments
 (0)