/* * 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 , September 2020 */ 'use strict'; module.exports = ` { "spec_dir": "test", "spec_files": [ "spec/*.js", "spec/*.ts" ], "helpers": [ "helpers/*.js", "helpers/*.ts" ], "stopSpecOnExpectationFailure": false, "random": false } `;