Skip to content

Commit

Permalink
chore: Use assert/strict
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Sep 30, 2023
1 parent f841a7d commit b15d716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/diagnostics-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const { describe, it, beforeEach, afterEach } = require('node:test')
const path = require('path')
const assert = require('assert')
const assert = require('node:assert/strict')
const Hubot = require('hubot')

const Robot = Hubot.Robot
Expand Down

0 comments on commit b15d716

Please sign in to comment.