microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
02ed01e79bde5d90a6bcda8d01b44f0f5b9d0b5b

Branches

Tags

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

Clone

HTTPS

Download ZIP

e2e/package.json

9lines · modecode

1{
2 "name": "@typespec/e2e",
3 "type": "module",
4 "version": "0.0.1",
5 "private": true,
6 "scripts": {
7 "test:e2e": "node ./e2e-tests.js"
8 }
9}