Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Add information about Script ID(libraryId) in README.md #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Google Apps Script用のテストライブラリ。

## 使い方
### ライブラリを追加
プロジェクトキー:`MSnMmw8hLWgjUG6uKSTQBEzVZgzu5bsVr`

- プロジェクトキー:`MSnMmw8hLWgjUG6uKSTQBEzVZgzu5bsVr`
- スクリプト ID (`libraryId`):`1Bnt8-tN4ddGVzXXIkzV_AtuuMzdlmlSyKWO7KS4TAVQYgM2GJT5WC9eU`

### テストを書く
テストを書くために、 **Exports** スタイルを使用できます(今のところは)。
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Result will be logged to Logger, or posted to Slack.

## Usage
### Add library
project key: `MSnMmw8hLWgjUG6uKSTQBEzVZgzu5bsVr`

- project key: `MSnMmw8hLWgjUG6uKSTQBEzVZgzu5bsVr`
- script id (`libraryId`): `1Bnt8-tN4ddGVzXXIkzV_AtuuMzdlmlSyKWO7KS4TAVQYgM2GJT5WC9eU`

### Write tests
You can use **Exports** style to write tests (for now).
Expand Down