Skip to content

Conversation

@jesse-constructor
Copy link

No description provided.

@stanlp1 stanlp1 added the blocked Do not merge - blocked by external factor label Oct 10, 2022
Copy link
Contributor

@jjl014 jjl014 left a comment

Choose a reason for hiding this comment

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

Looks mostly good to me! Just left a couple of comments.


describe('trackSessionStart', () => {
it('Should respond with a valid response', (done) => {
it.only('Should respond with a valid response', (done) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's remove the .only here

expect(fetchSpy).to.have.been.called;
expect(requestParams).to.have.property('key');
expect(requestParams).to.have.property('i');
expect(requestParams).to.have.property('is_constructor_ab_cell');
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we also check the value of the property here?

@esezen esezen closed this Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked Do not merge - blocked by external factor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants