Skip to content

Commit 9acb9b6

Browse files
authored
Refactor comment_processable_test to not use so many mocks. (#2346)
Refactor comment_processable_test to not use so many mocks. Now the only mock is the file system, and the MockSdk. This does make the tests slower (re-analyzing the mock SDK each go), but they're certainly cleaner. Also move more tests from end2end, mostly @animation and @inject-html tests.
1 parent 75a4b52 commit 9acb9b6

File tree

5 files changed

+413
-497
lines changed

5 files changed

+413
-497
lines changed

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dev_dependencies:
3232
glob: ^1.1.5
3333
grinder: ^0.8.2
3434
http: ^0.12.0
35-
mockito: ^4.1.1
3635
pedantic: ^1.9.0
3736
test: ^1.3.0
3837

0 commit comments

Comments
 (0)