mirror of
https://github.com/atom/atom.git
synced 2026-02-10 14:45:11 -05:00
5 lines
140 B
CoffeeScript
5 lines
140 B
CoffeeScript
fs = require 'fs'
|
|
|
|
require 'spec-helper'
|
|
require path for path in fs.listDirectoryTree(require.resolve '.') when /-spec\.coffee$/.test path
|