mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
The resourcePath is now set using a url param. Because resourcePath is needed by require.js, it needs to be on `window` rather than `atom`.
5 lines
141 B
CoffeeScript
5 lines
141 B
CoffeeScript
fs = require 'fs'
|
|
require 'spec-helper'
|
|
|
|
require path for path in fs.listTree(window.resourcePath + "/spec") when /-spec\.coffee$/.test path
|