mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-27 20:29:39 +02:00
docs(configuration): improve clarity and formatting in configuration documentation
This commit is contained in:
parent
9062cd652a
commit
32211079a0
32 changed files with 717 additions and 380 deletions
|
|
@ -680,7 +680,8 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn records_class_and_method_use_decorators_in_order() {
|
||||
let src: &[u8] = b"import { Controller, Post, UseGuards, UseInterceptors } from '@nestjs/common';\n\
|
||||
let src: &[u8] =
|
||||
b"import { Controller, Post, UseGuards, UseInterceptors } from '@nestjs/common';\n\
|
||||
import { AuthGuard } from './auth.guard';\n\
|
||||
import { LoggingInterceptor } from './logging.interceptor';\n\
|
||||
import { RoleGuard } from './role.guard';\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue