Skip to content

Commit

Permalink
chore: rename to model
Browse files Browse the repository at this point in the history
  • Loading branch information
myron committed Jul 6, 2022
1 parent 672c679 commit e38b852
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/redox.test.ts → test/e2e/model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jest.setTimeout(5 * 60 * 1000);

describe('redox', () => {
beforeAll(async () => {
ctx = await launchFixture('redox');
ctx = await launchFixture('model');
page = await ctx.browser.page();
});
afterAll(async () => {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e38b852

Please sign in to comment.