We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aada18b commit d221fdcCopy full SHA for d221fdc
1 file changed
test/workers/test.js
@@ -1,6 +1,6 @@
1
require('../../index');
2
3
-F.load(true, ['definitions'], '/Volumes/Development/github/framework/test/');
+F.load(true, ['definitions'], '../');
4
5
F.on('ready', function() {
6
F.send('assert');
0 commit comments