setUpTStoreTesting function

void setUpTStoreTesting()

Implementation

void setUpTStoreTesting() {
  final String tempPath = path.join(
    Directory.current.path,
    '.dart_tool',
    'tmp',
    'test',
  );

  Hive.init(tempPath);
}