microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-github-actions-build-ts

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

ts/packages/actionGrammar/jest.config.cjs

13lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4module.exports = {
5 ...require("../../jest.config.js"),
6 snapshotResolver: "./snapshotResolver.cjs",
7 testPathIgnorePatterns: [
8 "/node_modules/",
9 "grammarGenerator",
10 "analyzeBlindGap",
11 "grammarWarmer",
12 ],
13};
14