test: Remove unused test
This commit is contained in:
parent
6a3697baf1
commit
82ec8f8f6f
1 changed files with 1 additions and 8 deletions
|
@ -14,11 +14,4 @@
|
|||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { assertEquals } from "https://deno.land/std@0.206.0/assert/mod.ts";
|
||||
import { add } from "../src/main.ts";
|
||||
|
||||
Deno.test(function addTest() {
|
||||
assertEquals(add(2, 3), 5);
|
||||
});
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue