Skip to content

Commit e7cf7b1

Browse files
authoredAug 10, 2020
fix(docs): Update 03-how-it-works.md (#3539)
trivial typo
1 parent fc2fd61 commit e7cf7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/intro/03-how-it-works.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once the server sees the websocket connection, it instructs the client -- over t
3131
When the browser loads this context page, the onload event handler connects the context page to the client page via postMessage. The framework adapter is in charge at this point: it runs the test, reporting errors or success by messaging through the client page.
3232

3333
Messages sent to the client page are forwarded through the websocket to the Karma server. The server re-dispatches these messages as 'browser' events. The reporters listening to 'browser' events get the data; they may print it, save it to files, or forward the data to another service.
34-
Since the data is sent by the test framework adapter to the reporter, adapters and reporters almost always come in pairs, like karma-jasmine and karma-jasmine-reporter. The detailed content of test-result data is of no concern to other parts of karma: only the reporter needs to know it format.
34+
Since the data is sent by the test framework adapter to the reporter, adapters and reporters almost always come in pairs, like karma-jasmine and karma-jasmine-reporter. The detailed content of test-result data is of no concern to other parts of karma: only the reporter needs to know its format.
3535

3636
Karma has many variations and options that may cause different workflow with different configurations.
3737

0 commit comments

Comments
 (0)
Please sign in to comment.