standard/assets/jasmine.js
Timo Hocker 0fa904bed2
All checks were successful
continuous-integration/drone/push Build is passing
switch to jasmine
2020-09-24 07:41:23 +02:00

23 lines
429 B
JavaScript

/*
* Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of standard which is released under MIT.
* See file 'LICENSE' for full license details.
* Created by Timo Hocker <timo@scode.ovh>, September 2020
*/
'use strict';
module.exports = `
{
"spec_dir": "test",
"spec_files": [
"spec/*.js"
],
"helpers": [
"helpers/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}
`;