Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

groupOrder spec #80

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

groupOrder spec #80

wants to merge 2 commits into from

Conversation

jimmyhappy19920308
Copy link
Member

No description provided.

@@ -92,69 +102,87 @@ describe(`models/${modelName}`, () => {
let modelDateForFind = null;
before(async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(好奇)
before 為什麼要拆開呢?
我看每一筆資料都不一樣
因為都在測試同樣一個 model
可以整理在一個 describe
在 before 統一新增
是有什麼特別的考量麻?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我不是很確定對不對,
像是底下 describe('Find all model data') 它的 before 裡 新增資料是用 .bulkCreate()增加一個陣列型式的多筆資料;
create() 是增加一筆物件資料

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

新增多筆或是新增一筆部會影響到放在同一個 before 裡面做歐
我的問題是同樣一個 model 的測試
before 為什麼要拆開呢?
因為如果要分開的話
應該也有 beforeEach 的 function 可以使用
而且這些 Data 彼此之間也沒有互相干擾

這樣實作沒有問題拉
只是好奇是不是有什麼特別的考量才選擇這樣的方式

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants