chore: remove jest; using playwright over whole project

This commit is contained in:
alt0
2023-01-09 11:18:47 +08:00
parent 462e86b9a0
commit cc5c16623a
7 changed files with 13 additions and 1244 deletions

View File

@@ -1,7 +1,7 @@
import { describe, test, expect } from '@jest/globals';
import { test, expect } from '@playwright/test';
import { printer } from './../printer';
const chalk = require('chalk');
describe('printer', () => {
test.describe('printer', () => {
test('test debug', () => {
expect(printer.debug('test debug')).toBe(
chalk.green`debug` + chalk.white(' - test debug')