# QUnit_Test **Repository Path**: liuchangfeng/QUnit_Test ## Basic Information - **Project Name**: QUnit_Test - **Description**: QUnit 用法 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #QUnit_Test All test frameworks do basically the same thing: 1. Describe what you're testing 2. Set up what you're going to test 3. Assert whether the thing did what you expect QUnit's assertion methods follow the [CommonJS Unit Testing specification](http://wiki.commonjs.org/wiki/Unit_Testing/1.0), which was to some degree influenced by QUnit. ##Reference 1. [QUnit Official Site](https://qunitjs.com/) 2. [QUnit API Documentation](http://api.qunitjs.com/) 3. [QUnit Cookbook](https://qunitjs.com/cookbook/)