-
Notifications
You must be signed in to change notification settings - Fork 248
Expose full Jasmin style syntax externally #549
Comments
I think jasmine dart should be a separate project. Not sure that those hacks we have should be shared with the world. Moving to Community PRs Welcome |
@mhevery I can try to extract _specs.dart and jasmine_syntax.dart into a separate project (package). I will preserve the current API, but will clean up the implementation and write some unit tests. This is a spike: https://github.com/vsavkin/JasmineDart So can I try it? |
UPDATE: |
@vsavkin This is awesome! |
…smine_syntax Replace the jasmine syntax implemented by jasmine_syntax.dart and _specs.dart with Guinness: - remove jasmine_syntax.dart - update _specs.dart to use guinness instead of jasmine_syntax.dart - change karma config files to initialize guinness - replace all references to jasmine with guinness Closes dart-archive#549
…smine_syntax Replace the jasmine syntax implemented by jasmine_syntax.dart and _specs.dart with Guinness: - remove jasmine_syntax.dart - update _specs.dart to use guinness instead of jasmine_syntax.dart - change karma config files to initialize guinness - replace all references to jasmine with guinness Closes dart-archive#549
…smine_syntax Replace the jasmine syntax implemented by jasmine_syntax.dart and _specs.dart with Guinness: - remove jasmine_syntax.dart - update _specs.dart to use guinness instead of jasmine_syntax.dart - change karma config files to initialize guinness - replace all references to jasmine with guinness Closes dart-archive#549
Just submitted a pull request: #994 |
…smine_syntax Replace the jasmine syntax implemented by jasmine_syntax.dart and _specs.dart with Guinness: - remove jasmine_syntax.dart - update _specs.dart to use guinness instead of jasmine_syntax.dart - change karma config files to initialize guinness - replace all references to jasmine with guinness Closes #549 Closes #994 Conflicts: pubspec.yaml
…smine_syntax Replace the jasmine syntax implemented by jasmine_syntax.dart and _specs.dart with Guinness: - remove jasmine_syntax.dart - update _specs.dart to use guinness instead of jasmine_syntax.dart - change karma config files to initialize guinness - replace all references to jasmine with guinness Closes dart-archive#549 Closes dart-archive#994
…smine_syntax Replace the jasmine syntax implemented by jasmine_syntax.dart and _specs.dart with Guinness: - remove jasmine_syntax.dart - update _specs.dart to use guinness instead of jasmine_syntax.dart - change karma config files to initialize guinness - replace all references to jasmine with guinness Closes dart-archive#549 Closes dart-archive#994
Move test/_specs.dart to lib/mocks/specs.dart?
The text was updated successfully, but these errors were encountered: