Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c0d57 commit c746478Copy full SHA for c746478
src/tutorials.js
@@ -5,6 +5,14 @@ const moment = require('moment');
5
const axiosPath = require('./axiosPath');
6
7
const tutorials = [
8
+ {
9
+ title: 'The `before()` Hook in Mocha',
10
+ raw: './tutorials/mocha/before.md',
11
+ url: '/tutorials/mocha/before',
12
+ description: 'Here\'s how Mocha\'s before() hook works, and when you should use it.',
13
+ tags: ['mocha'],
14
+ date: moment('2023-07-31')
15
+ },
16
{
17
title: 'Run Just a Single Test in Mocha',
18
raw: './tutorials/mocha/run-single-test.md',
0 commit comments