HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/karma/requirejs.config.tpl.coffee
allTestFiles = []
TEST_REGEXP = /(spec|test)(\.coffee)?(\.js)?$/i

# Get a list of all the test files to include
Object.keys(window.__karma__.files).forEach (file) ->

  if TEST_REGEXP.test(file)
    # Normalize paths to RequireJS module names.
    # If you require sub-dependencies of test files to be loaded as-is (requiring file extension)
    # then do not normalize the paths
    allTestFiles.push file.replace(/^\/base\/|\.js$/g, '')
  return

require.config
  # Karma serves files under /base, which is the basePath from your config file
  baseUrl: "/base"

  # dynamically load all test files
  deps: allTestFiles

  # we have to kickoff jasmine, as it is asynchronous
  callback: window.__karma__.start