Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Latest commit

 

History

History

test_common

Test Common

This directory contains all files that provide common utility and configuration to all tests. See the full test utilities doc here. The implementation of the utilities can be found here.

Contents

  • jest_cucumber_support - common cucumber steps and code
  • jest.config.js - jest configuration
  • mockfile.util.ts - file used by tests to stub in binary assets referenced/used across the repo
  • test.babel.js - babel configuration used in tests
  • tsconfig.test.json - TypeScript configuration for test cases