mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
10 lines
198 B
JavaScript
10 lines
198 B
JavaScript
/* eslint-env mocha */
|
|
|
|
const assert = require('assert')
|
|
|
|
describe('folder names', function () {
|
|
it('is defined', function () {
|
|
assert.ok(require('../../../dist/util/folderNames.js'))
|
|
})
|
|
})
|