Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/typescript-test
Minimalistic test example in TypeScript
https://github.com/softspiders/typescript-test
javascript jest js min module node softspider softspiders ss template test ts typescript
Last synced: about 16 hours ago
JSON representation
Minimalistic test example in TypeScript
- Host: GitHub
- URL: https://github.com/softspiders/typescript-test
- Owner: softspiders
- License: mit
- Created: 2019-01-24T17:44:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:36:47.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T22:43:31.952Z (7 months ago)
- Topics: javascript, jest, js, min, module, node, softspider, softspiders, ss, template, test, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 616 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# Minimalistic test example in TypeScript in Jest
---
## Feature tags
- jest
- starter
- template
- typescript---
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
---
## Direct ancestors
- [helloworld-in-typescript](https://github.com/softspiders/typescript)
- [jest-starter](https://github.com/softspiders/jest-starter)## Direct descendants
[Minimalistic React module in TypeScript with Storybook and Storyshots](https://github.com/softspiders/react-ts-storybook-storyshots/blob/master/README.md)
---
## Requirements
* [Node.js](https://nodejs.org/en/download/package-manager/)
* [TypeScript](https://www.typescriptlang.org/)
* [Jest](https://jestjs.io/)---
## Installation
```sh
npm i
```or
```sh
yarn
```---
## Running test
```sh
yarn test
```---
### License
Licensed under the [MIT license](./LICENSE).