Skip to content

Commit

Permalink
fix import of DEFAULT_PROJECT_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Jul 11, 2024
1 parent 52d59e0 commit 3f57497
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/edit-app-settings.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ const path = require('path');
const { expect } = require('chai');
const request = require('request-promise-native');

const { getProjectUrl } = require('./cht-docker-utils');
const { DEFAULT_PROJECT_NAME, getProjectUrl } = require('./cht-docker-utils');
const {
DEFAULT_PROJECT_NAME,
cleanupProject,
getProjectDirectory,
initProject,
Expand Down

0 comments on commit 3f57497

Please sign in to comment.