Skip to content

Conversation

@grouma
Copy link
Member

@grouma grouma commented Jul 12, 2019

  • Move screenshot test over to package:dwds where it belongs
  • No longer manually create a debug service but make use of public package:dwds APIs

Towards #475

@grouma grouma requested a review from jakemac53 July 12, 2019 22:48
await client.registerService('fullReload', 'DWDS');

client.registerServiceCallback('ext.webdev.screenshot', (_) async {
client.registerServiceCallback('ext.dwds.screenshot', (_) async {
Copy link
Contributor

Choose a reason for hiding this comment

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

cc @jonahwilliams not sure if you were using this yet

Copy link
Contributor

Choose a reason for hiding this comment

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

Haven't landed anything yet, so no issues here

@@ -1,60 +0,0 @@
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was this deleted?

Copy link
Member Author

Choose a reason for hiding this comment

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

It was moved over to package:dwds. No need to test from webdev.

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't see a test in dwds though (would have expected this to be a move?)

Copy link
Member Author

Choose a reason for hiding this comment

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

Ahh good catch. Didn't include it in my commit.

@grouma grouma merged commit f278b51 into master Jul 15, 2019
@grouma grouma deleted the clean-up-tests branch July 15, 2019 17:04
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.

3 participants