Renamed typeAnalyzer.test to checker.test

This commit is contained in:
Eric Traut 2019-11-10 18:03:41 -08:00
parent 38ac181c42
commit 08644cdd0d

View File

@ -1,10 +1,10 @@
/*
* typeAnalyzer.test.ts
* checker.test.ts
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
* Author: Eric Traut
*
* Unit tests for pyright type analyzer.
* Unit tests for pyright type checker and type analyzer.
*/
import * as assert from 'assert';