https://github.com/dev-fringe/tdd-typescript
typescript, webpack, react, alsatian, spring like .. ing maybe doesn't
https://github.com/dev-fringe/tdd-typescript
alsatian annotations dependency-injection node npm pattern-program react tdd-javascript typescript webpack
Last synced: 4 months ago
JSON representation
typescript, webpack, react, alsatian, spring like .. ing maybe doesn't
- Host: GitHub
- URL: https://github.com/dev-fringe/tdd-typescript
- Owner: dev-fringe
- Created: 2020-02-27T08:39:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T00:16:45.000Z (about 5 years ago)
- Last Synced: 2025-01-14T08:12:59.965Z (5 months ago)
- Topics: alsatian, annotations, dependency-injection, node, npm, pattern-program, react, tdd-javascript, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tdd development in front side using node, npm, typescript, webpack, react, alsatian, dependency injection
typescript, webpack, react, alsatian, spring like .. ing maybe doesn't
## back-end log
* 16:24:34.412 [XNIO-1 I/O-8] DEBUG org.springframework.web.server.adapter.HttpWebHandlerAdapter - [12015a8b] HTTP GET "/person"
* 16:24:34.552 [XNIO-1 I/O-8] DEBUG org.springframework.web.reactive.function.server.support.RouterFunctionMapping - [12015a8b] Mapped to dev.fringe.web.function.configuration.RoutingConfiguration$$Lambda$146/533415944@75c2579
* 16:24:34.829 [XNIO-1 I/O-8] DEBUG org.springframework.web.HttpLogging - [12015a8b] Encoding [[Person(name=John Doe, age=42), Person(name=Jane Doe, age=36)]]
* 16:24:34.991 [XNIO-1 I/O-8] DEBUG org.springframework.web.server.adapter.HttpWebHandlerAdapter - [12015a8b] Completed 200 OK## front-end tdd log
* TAP version 13
* 1..1
* FIXTURE TestExample
* ok 1 TestExample > unitTest
* Received response from: Jane Doe