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

Commit c851a20

Browse files
authored
Remove test (#409)
1 parent 0327c16 commit c851a20

File tree

7 files changed

+2509
-8078
lines changed

7 files changed

+2509
-8078
lines changed

.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
extends: [
3-
'standard-with-typescript',
4-
'plugin:jest/recommended'
3+
'standard-with-typescript'
54
],
65
parserOptions: {
76
project: './tsconfig.json'

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
22
[![eslint](https://github.com/npm-update-package/example-pat/actions/workflows/eslint.yml/badge.svg)](https://github.com/npm-update-package/example-pat/actions/workflows/eslint.yml)
3-
[![test](https://github.com/npm-update-package/example-pat/actions/workflows/test.yml/badge.svg)](https://github.com/npm-update-package/example-pat/actions/workflows/test.yml)
43
[![npm-update-package](https://github.com/npm-update-package/example-pat/actions/workflows/npm-update-package.yml/badge.svg)](https://github.com/npm-update-package/example-pat/actions/workflows/npm-update-package.yml)
54

65
# example-pat

jest.config.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)