Skip to content

Commit

Permalink
Reverted test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Jan 16, 2025
1 parent ce0bf32 commit 4f5de39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/test/test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* eslint-disable @typescript-eslint/no-unsafe-call */
import { strict as assert } from 'assert';

// eslint-disable-next-line @typescript-eslint/no-unsafe-call
describe('TODO', function () {
it('Implement unit testing for the components needed', () => {
assert.strictEqual([1, 2, 3].indexOf(4), -1);
Expand Down
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -euo pipefail
set -exuo pipefail

# Maximum number of retries
MAX_RETRIES=5
Expand Down

0 comments on commit 4f5de39

Please sign in to comment.