Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1203e0e

Browse files
authored
docs: update README, LICENSE and fix outdated (#5197)
1 parentd5766c8 commit1203e0e

File tree

3 files changed

+16
-28
lines changed

3 files changed

+16
-28
lines changed

‎LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2011-2022 OpenJS Foundation and contributors, https://openjsf.org
3+
Copyright (c) 2011-2024 OpenJS Foundation and contributors, https://openjsf.org
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

‎README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
<palign="center">
2-
<imgsrc="https://cldup.com/xFVFxOioAU.svg"alt="Mocha test framework logo"/>
2+
<imgsrc="assets/mocha-logo.svg"alt="Mocha test framework logo"/>
33
</p>
44

55
<palign="center">☕️ Simple, flexible, fun JavaScript test framework for Node.js & The Browser ☕️</p>
66

7-
<palign="center">
8-
<ahref="https://github.com/mochajs/mocha/actions?query=workflow%3ATests+branch%3Amain"><imgsrc="https://github.com/mochajs/mocha/workflows/Tests/badge.svg?branch=main"alt="GitHub Actions Build Status"></a>
9-
<ahref="https://coveralls.io/github/mochajs/mocha"><imgsrc="https://coveralls.io/repos/github/mochajs/mocha/badge.svg"alt="Coverage Status"></a>
10-
<ahref="https://discord.gg/KeDn2uXhER"><imgalt="Chat - Discord"src="https://img.shields.io/badge/chat-Discord-5765F2.svg" /></a>
11-
<ahref="https://github.com/mochajs/mocha#sponsors"><imgsrc="https://opencollective.com/mochajs/tiers/sponsors/badge.svg"alt="OpenCollective Sponsors"></a>
12-
<ahref="https://github.com/mochajs/mocha#backers"><imgsrc="https://opencollective.com/mochajs/tiers/backers/badge.svg"alt="OpenCollective Backers"></a>
13-
</p>
7+
<divalign="center">
148

15-
<palign="center">
169
<ahref="https://www.npmjs.com/package/mocha"><imgsrc="https://img.shields.io/npm/v/mocha.svg"alt="NPM Version"></a>
1710
<ahref="https://github.com/mochajs/mocha"><imgsrc="https://img.shields.io/node/v/mocha.svg"alt="Node Version"></a>
18-
</p>
11+
[![GitHub Actions Build Status](https://github.com/mochajs/mocha/actions/workflows/mocha.yml/badge.svg)](https://github.com/mochajs/mocha/actions/workflows/mocha.yml)
12+
<ahref="https://coveralls.io/github/mochajs/mocha"><imgsrc="https://coveralls.io/repos/github/mochajs/mocha/badge.svg"alt="Coverage Status"></a>
13+
14+
</div>
1915

20-
<palign="center"><br><imgalt="Mocha Browser Support h/t SauceLabs"src="https://saucelabs.com/browser-matrix/mochajs.svg"width="354"></p>
16+
<divalign="center">
17+
18+
<ahref="https://discord.gg/KeDn2uXhER"><imgalt="Chat - Discord"src="https://img.shields.io/badge/Chat-Discord-5765F2.svg" /></a>
19+
<ahref="https://github.com/mochajs/mocha#sponsors"><imgsrc="https://opencollective.com/mochajs/tiers/sponsors/badge.svg"alt="OpenCollective Sponsors"></a>
20+
<ahref="https://github.com/mochajs/mocha#backers"><imgsrc="https://opencollective.com/mochajs/tiers/backers/badge.svg"alt="OpenCollective Backers"></a>
21+
22+
</div>
2123

2224
##Links
2325

@@ -68,6 +70,4 @@ Finally, come [chat with the maintainers on Discord](https://discord.gg/KeDn2uXh
6870

6971
##License
7072

71-
Copyright 2011-2022 OpenJS Foundation and contributors. Licensed[MIT](https://github.com/mochajs/mocha/blob/main/LICENSE).
72-
73-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmochajs%2Fmocha.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmochajs%2Fmocha?ref=badge_large)
73+
Copyright 2011-2024 OpenJS Foundation and contributors. Licensed[MIT](https://github.com/mochajs/mocha/blob/main/LICENSE).

‎docs/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ _So you wanna build the site?_
44

55
[mochajs.org](https://mochajs.org) is built using[Eleventy](https://www.11ty.io/), a simple static site generator.
66

7-
##Prerequisites
8-
9-
- Node.js v10.12.0 or greater
10-
117
##Development
128

13-
1. Run`npm install` from working copy root to get Node.js deps.
9+
1. Run`npm install`/`npm ci`from working copy root to get Node.js deps.
1410
1. To serve the site and rebuild as changes are made, execute`npm run docs-watch`.
1511
1. To rebuild the site_once_, execute`npm run docs`.
1612

@@ -19,11 +15,3 @@ _So you wanna build the site?_
1915
- The content lives in`docs/index.md`; everything else is markup, scripts, assets, etc.
2016
- This file (`docs/README.md`) should_not_ be included in the build.
2117
-`docs/_site_` is where the deployed site lives. This directories are_not_ under version control.
22-
23-
##License
24-
25-
:copyright: 2016-2018[JS Foundation](https://js.foundation) and contributors.
26-
27-
Content licensed[CC-BY-4.0](https://raw.githubusercontent.com/mochajs/mocha/main/docs/LICENSE-CC-BY-4.0).
28-
29-
Code licensed[MIT](https://raw.githubusercontent.com/mochajs/mocha/main/LICENSE-MIT).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp