# tern-integration-tests **Repository Path**: mirrors_sourcegraph/tern-integration-tests ## Basic Information - **Project Name**: tern-integration-tests - **Description**: Unofficial integration test suite for tern - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Tern integration tests ====================== This repository contains unofficial integration tests for Marijn Haverbeke's [tern](http://ternjs.net). Running the tests ----------------- 1. Install the npm dependencies for the test cases: ``` make ``` 1. Run the test cases: ``` mocha ```