Skip to content
View ChadESmith42's full-sized avatar
🦄
Trying to code better than yesterday.
🦄
Trying to code better than yesterday.

Highlights

  • Pro
Block or Report

Block or report ChadESmith42

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ChadESmith42/README.md

Pinned Loading

  1. node-api-starter node-api-starter Public

    Node Express JS starter API project

    JavaScript

  2. ts-node-angular-starter ts-node-angular-starter Public template

    HTML

  3. Literary.Clock Literary.Clock Public

    Web clock that displays literary quotes for user's system time.

    JavaScript 1 1

  4. DungeonGameAPI DungeonGameAPI Public

    API for Dungeon Game.

    C#

  5. MonsterEngine MonsterEngine Public

    Azure Function Web API for Dungeon Game

    C#

  6. Adding Jest to Angular v16+ Adding Jest to Angular v16+
    1
    # Setting up Unit Testing in Angular Using Jest
    2
    
                  
    3
    Angular does not have out-of-the-box support for Jest. As of version 17.2.3, Angular still ships with Karma (test runner) and Jasmine (testing library). We need to remove the built-in Karma/Jasmine setup and replace it with a Jest configuration.
    4
    
                  
    5
    ## Removing Karma and Jasmine