standard/assets/jasmine.js
Timo Hocker 68074c9f02
All checks were successful
continuous-integration/drone/push Build is passing
accept ts files
2020-10-03 14:55:18 +02:00

25 lines
466 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",
"spec/*.ts"
],
"helpers": [
"helpers/*.js",
"helpers/*.ts"
],
"stopSpecOnExpectationFailure": false,
"random": false
}
`;