Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Unit Tests

This folder contains unit tests for individual FEAScript modules, including solvers, assemblers, and utilities.

Run all unit, regression, and verification tests from the repository root with:

npm test

Each unit test can also be run directly with:

node tests/unit/<test-file>.js