Skip to content

Commit 5037a1d

Browse files
committed
Removing unused assert import in test template.
1 parent 8fcc83b commit 5037a1d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Removed
9+
- Unused assert import in test template.
10+
711
## [3.12.0] - 2025-06-30
812
### Changed
913
- cyril-verloop/codingame-configuration 1.15.0 => 1.16.0.

templates/CGTest.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { assert } from 'chai';
21
import sinon from 'sinon';
32
import File from '../../File.js';
43
import { assertOutputAnswer } from '../../assertOutputAnswer.js';

0 commit comments

Comments
 (0)