Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 49016c1

Browse files
committed
Publish 0.1.1 with README and repo link
1 parent a6aaa6e commit 49016c1

File tree

6 files changed

+66
-6
lines changed

6 files changed

+66
-6
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ nodeLinker: node-modules
33

44
# By default, publish packages privately to GitHub for internal testing instead of to NPM.
55
npmScopes:
6-
unflakable:
6+
unflakable-private:
77
npmPublishRegistry: https://npm.pkg.github.com
88
npmPublishAccess: restricted

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "eslint packages/**/src/*.{ts,js} scripts/**/*.{ts,js}",
2626
"prettier": "prettier --write packages/**/src/*.{ts,js}",
2727
"prettier:check": "prettier --check packages/**/src/*.{ts,js}",
28-
"publish:private": "yarn workspace @unflakable/js-api npm publish && yarn workspace @unflakable/jest-plugin npm publish",
28+
"publish": "yarn workspace @unflakable/js-api npm publish --access public && yarn workspace @unflakable/jest-plugin npm publish --access public",
2929
"set-jest-version": "ts-node scripts/set-jest-version.ts"
3030
},
3131
"workspaces": [

packages/jest-plugin/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<p align="center">
2+
<a href="https://unflakable.com" target="_blank" rel="noopener" align="center">
3+
<img src="https://github.com/unflakable/unflakable-javascript/blob/main/images/logo.svg?raw=true" width="350" alt="Unflakable" />
4+
</a>
5+
</p>
6+
7+
[![npm version](https://img.shields.io/npm/v/@unflakable/jest-plugin.svg)](https://www.npmjs.com/package/@unflakable/jest-plugin)
8+
[![Twitter Follow](https://img.shields.io/twitter/url?label=%40unflakable&style=social&url=https%3A%2F%2Ftwitter.com%2Fintent%2Ffollow%3Fscreen_name%3Dunflakable)](https://twitter.com/intent/follow?screen_name=unflakable)
9+
10+
# Unflakable Plugin for Jest
11+
12+
This Unflakable plugin enables users of the [Jest](https://jestjs.io) JavaScript test framework
13+
to quarantine flaky tests and track test results.
14+
15+
Refer to the [Jest Plugin](https://docs.unflakable.com/plugins/jest) documentation for
16+
complete usage instructions.
17+
18+
### Compatibility
19+
20+
This plugin maintains compatibility with the Jest and Node.js versions listed below:
21+
22+
[![27.0.0+](https://img.shields.io/badge/Jest-27.0.0%2B-C21325?logo=jest&labelColor=white&logoColor=C21325&style=flat-square)](#)
23+
[![26.0.0+](https://img.shields.io/badge/Jest-26.0.0%2B-C21325?logo=jest&labelColor=white&logoColor=C21325&style=flat-square)](#)
24+
[![25.1.0+](https://img.shields.io/badge/Jest-25.1.0%2B-C21325?logo=jest&labelColor=white&logoColor=C21325&style=flat-square)](#)
25+
<br/>
26+
[![18](https://img.shields.io/badge/Node.js-18-339933?logo=node.js&labelColor=white&logoColor=339933&style=flat-square)](#)
27+
[![16](https://img.shields.io/badge/Node.js-16-339933?logo=node.js&labelColor=white&logoColor=339933&style=flat-square)](#)
28+
[![14](https://img.shields.io/badge/Node.js-14-339933?logo=node.js&labelColor=white&logoColor=339933&style=flat-square)](#)
29+
30+
## Contributing
31+
32+
To report a bug or request a new feature, please
33+
[file a GitHub issue](https://github.com/unflakable/unflakable-javascript/issues).
34+
We also welcome pull requests!

packages/jest-plugin/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "@unflakable/jest-plugin",
33
"description": "Jest plugin for Unflakable",
4-
"repository": "https://github.com/unflakable/unflakable-javascript",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/unflakable/unflakable-javascript.git"
7+
},
58
"bugs": "https://github.com/unflakable/unflakable-javascript/issues",
69
"homepage": "https://unflakable.com",
710
"license": "MIT",
8-
"version": "0.1.0",
11+
"version": "0.1.1",
912
"exports": {
1013
".": {
1114
"types": "./dist/index.d.ts",
@@ -14,6 +17,7 @@
1417
"./package.json": "./package.json"
1518
},
1619
"files": [
20+
"README.md",
1721
"dist/**/*.js",
1822
"dist/**/*.d.ts"
1923
],

packages/js-api/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<p align="center">
2+
<a href="https://unflakable.com" target="_blank" rel="noopener" align="center">
3+
<img src="https://github.com/unflakable/unflakable-javascript/blob/main/images/logo.svg?raw=true" width="350" alt="Unflakable" />
4+
</a>
5+
</p>
6+
7+
[![npm version](https://img.shields.io/npm/v/@unflakable/js-api.svg)](https://www.npmjs.com/package/@unflakable/js-api)
8+
[![Twitter Follow](https://img.shields.io/twitter/url?label=%40unflakable&style=social&url=https%3A%2F%2Ftwitter.com%2Fintent%2Ffollow%3Fscreen_name%3Dunflakable)](https://twitter.com/intent/follow?screen_name=unflakable)
9+
10+
# Unflakable JavaScript API
11+
12+
This package is used by the Unflakable JavaScript plugins to communicate with the Unflakable API.
13+
14+
## Contributing
15+
16+
To report a bug or request a new feature, please
17+
[file a GitHub issue](https://github.com/unflakable/unflakable-javascript/issues).
18+
We also welcome pull requests!

packages/js-api/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"name": "@unflakable/js-api",
33
"description": "JavaScript API for Unflakable",
4-
"repository": "https://github.com/unflakable/unflakable-javascript",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/unflakable/unflakable-javascript.git"
7+
},
58
"bugs": "https://github.com/unflakable/unflakable-javascript/issues",
69
"homepage": "https://unflakable.com",
710
"license": "MIT",
8-
"version": "0.1.0",
11+
"version": "0.1.1",
912
"main": "dist/index.js",
1013
"types": "dist/index.d.ts",
1114
"files": [
15+
"README.md",
1216
"dist/**/*.js",
1317
"dist/**/*.d.ts"
1418
],

0 commit comments

Comments
 (0)