soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
397 Bytes
executing
test
| runner |
self prepareForTesting.
self isCoverageTestingEnabled
ifTrue: [ self class codeCoverageClass
run: [ runner := self runTests ]
spec: self spec
in: self projectDirectory ]
ifFalse: [ runner := self runTests ] .
(JS at: '__karma__') ifNotNil: [:karma |
"..."
] ifNil: [
self reportResults: runner.
SmalltalkCI shutdown: runner isSuccessful.
]