1.0.24 • Published 12 months ago

sr_test_framework v1.0.24

Weekly downloads
5
License
ISC
Repository
github
Last release
12 months ago

typescript testing framework

interfaces

  • iTestResultItem
export interface iTestResultItem
{
  expected?: string,
  actual?: string,
  category?: string,
  method?: string,
  aspect?: string,
  desc?: string
}

tester methods

  • testResults_consoleLog( iTestResultItem[] )
  • testResults_append( iTestResultItem[], passText, failText, method )
    • method argument can be object with method and aspect properties.
  • testResults_append( results, { expected, results, method, aspect, desc, didFail })

  • iTestResultItem[] = testResults_new( )

publish instructions

  • increment version number in package.json
  • npm run build
  • npm run test
  • git add, commit, push to repo
  • npm publish
  • npm update in projects which use this package

testing

  • npm run test
  • or press F5, run task "run tester"
1.0.24

12 months ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.23

1 year ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago