Skip to content

Commit

Permalink
docs: clean-up shared formatters example
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronicStone committed Apr 29, 2024
1 parent 5b51756 commit fb62872
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/play.test.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import fs from 'node:fs'
import { describe, it } from 'vitest'
import { faker } from '@faker-js/faker'
import type { FormattersMap } from '../src'
import { ExcelBuilder, ExcelSchemaBuilder } from '../src'

describe('should generate the play excel file', () => {
it('exported', () => {
interface User { id: string, name: string, birthDate: Date, balance: number }
// Group definition within the schema
const schema = ExcelSchemaBuilder.create<User>()
.withFormatters({
date: 'd mmm yyyy',
Expand Down

0 comments on commit fb62872

Please sign in to comment.