mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-23 08:40:24 +00:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
"use strict";
|
|
|
|
describe("string_/includes/implementation", function () {
|
|
require("./_tests")(require("../../../string_/includes"));
|
|
});
|