File size: 288 Bytes
8f3f8db
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
karma
notifyKarma
	(JS at: '__karma__') ifNotNil: [:karma | 
		karma result: {
			'id' -> self foldName.
			'description' -> self title.
			'log' -> {self stack ifNotNil: [:s | s withUnixLineEndings]}.
			'suite' -> #('SqueakJS').
			'success' -> self passed.
			'time' -> self time.
		}]